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

Commit

Permalink
Merge pull request #8 from plaid/bugfix-readme-typo
Browse files Browse the repository at this point in the history
Bugfix readme typo
  • Loading branch information
rbuckheit committed Apr 12, 2016
2 parents 4900c74 + 11081a8 commit dd8d8f8
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 dd8d8f8

Please sign in to comment.