Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix Markdown numbered list
  • Loading branch information
neogermi authored Mar 16, 2021
1 parent 203957e commit 3a55451
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# How to

1. `npm install`
2a. (OPTIONAL) Adapt `config/database.js` based on the data that you have. (*)
2b. (OPTIONAL) Adapt `config/cities.js` in case you want translations for your city names.
3. Run `npm run start`
4. Result will be printed into a file `result_<now>.js`
2. (OPTIONAL) Adapt `config/database.js` based on the data that you have. (*)
3. (OPTIONAL) Adapt `config/cities.js` in case you want translations for your city names.
4. Run `npm run start`
5. Result will be printed into a file `result_<now>.js`

*) The script allows numbers for each TZ but you can also leave it empty. They are meant for cases where you want to let them sort by, e.g., number of people that live in the TZ.

0 comments on commit 3a55451

Please sign in to comment.