Fix directory

This commit is contained in:
John Firebaugh
2013-02-04 09:20:56 -08:00
parent 8699b4a49e
commit 7036758833

View File

@@ -71,7 +71,7 @@ them.
So let's say you've changed `js/ui/confirm.js`.
1. Run `jshint src` to make sure your code is clean
1. Run `jshint js/id` to make sure your code is clean
2. Run tests with `npm test`
3. Commit your changes with an informative commit message
4. [Submit a pull request](https://help.github.com/articles/using-pull-requests) to the `systemed/iD` project.