diff --git a/README.md b/README.md index c48e9fa..965ca55 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ The Map Generator allows you to generate random, hexagon based maps with Javascr ## Instructions Inorder to use the Map Generator you have to include following files in your project - point.js - line.js - hexagon.js - country.js - map.js + point.js, + line.js, + hexagon.js, + country.js, + map.js, mapgenerator.js Then you can use the generator in your code @@ -102,4 +102,4 @@ Returns following object: * **adjacencyMatrix** - The adjacencyMatrix of the map, when there is no connection the value is 0 otherwise the distance between the two centers of the regions. The indexes are the IDs of the regions. \ No newline at end of file + The adjacencyMatrix of the map, when there is no connection the value is 0 otherwise the distance between the two centers of the regions. The indexes are the IDs of the regions.