Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Commit

Permalink
issue#4 - fix typo in readme
Browse files Browse the repository at this point in the history
(cherry picked from commit 02a04165d005e42cb83495960f1e1fdf4f75d0c5)
  • Loading branch information
rbuckheit committed Apr 12, 2016
1 parent 4900c74 commit 11081a8
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 @@ -38,7 +38,7 @@ actions via the API as well. These are documented below.
`POST /npm/install`
* **behavior**: performs an `npm install` on the server
* **arguments**: `packageJson`: string of `package.json` file contents
* **conent-type**: `application/x-www-form-urlencoded; charset=utf-8`
* **content-type**: `application/x-www-form-urlencoded; charset=utf-8`
* **response**: compressed archive `node_modules.tar.gz`, containing `node_modules`

`DELETE /npm/install/:hash`
Expand Down

0 comments on commit 11081a8

Please sign in to comment.