Skip to content

Commit 22fcb0d

Browse files
authored
Update README.md
1 parent 5a236df commit 22fcb0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ Follow the steps below and you'll be in business with your own map.
6363
- `/templates/hover.ejs` - template for when you hover over a dot on the map
6464
- `/templates/popup.ejs` - template for when a dot on the map is clicked
6565
- `/templates/table-row.ejs` - template for each row in the list view
66-
4. Add/modify additional filters to `index.html` and `/js/SearchableMap_lib.js`. This will depend on the data you are trying to map.
67-
5. Upload this map and all the supporting files and folders to your site. This map requires no back-end code, so any host will work, including GitHub pages, Netlify or your own web server.
66+
4. Add/modify additional filters to `index.html` and `/js/searchable_map_lib.js`. This will depend on the data you are trying to map.
67+
5. To run it locally, you will need to run a local web server. If you have python installed, you can run `python -m SimpleHTTPServer` from the command line from within this project folder.
68+
6. Upload this map and all the supporting files and folders to your site. This map requires no back-end code, so any host will work, including GitHub pages, Netlify or your own web server.
69+
6870

6971
## MapsLib options
7072

0 commit comments

Comments
 (0)