Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
cloojure committed Apr 25, 2018
1 parent b0cdbe0 commit 3cbf56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ regular `:dependencies`, will be installed through npm when you run either

## Transitive dependencies

lein-npm looks at your project's dependencies (and their dependencies, e.t.c.) to check if there are any
lein-npm looks at your project's dependencies (and their dependencies, etc) to check if there are any
NPM libraries in `:dependencies` in the project.clj to install. Your testing and development
libraries should go into `:devDependencies`. The only things that should go into `:dependencies` are NPM
dependencies that are required for people to use your library.
Expand Down

0 comments on commit 3cbf56f

Please sign in to comment.