Skip to content

Commit

Permalink
📚 Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diogofalken committed May 23, 2020
1 parent 4f90bb3 commit 9ce5c0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ You must also implement two methods of **heuristic search**:
2. `cd search-methods`<br />
3. Run `python3 src/main.js` to run the program

⁉️ If you are on Windows you need to change `main.js` `fileUtils` call because of path issues between OS.

```python3
fileUtils = FileUtils("../data/cities.json", "../data/citiesSL.json")
```

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

0 comments on commit 9ce5c0d

Please sign in to comment.