Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez authored Jan 23, 2019
1 parent 63be2c9 commit 23ecb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This node app uses a genetic algorithm to come up with a schedule based on the user's preferences without time conflicts, using a scraped JSON representation of INTEC's class offering as published in the web portal. An example of the offering format can be found in [oferta.json](./oferta.json).

**NOTE: Configuration is currently done right in the app.js file. This will probably be refactored later into a CLI.**
**NOTE: Configuration is currently done right in the app.js file. Ideally, this should be exposed as a CLI.**

### Class and Preference specification
The desired selection is specified as an array of objects of the following format...
Expand Down

0 comments on commit 23ecb8c

Please sign in to comment.