diff --git a/README.md b/README.md index c888916..29641dc 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,11 @@ To allow for more quickly building out simple Google Maps JS API powered web pag ## Docs Right now, all docs are inline. They are very thorough though, so you shouldn't have any trouble following along. + +-------- + +## How To Use + +In the source folder, there are two files. The first is the main script and the other is a stylesheet. If you download them and include them in your project, then call `new Mapstractor(args)`. + +If you'd like minified versions, then close the repo, run `npm install`, and then run `grunt dist`, and a new `dist` folder will be created alongside the `src` folder, with minified versions of the files.