From 11081a86cc92763a50db613a1546580fad568ff1 Mon Sep 17 00:00:00 2001 From: Ryan Buckheit Date: Mon, 11 Apr 2016 19:01:54 -0700 Subject: [PATCH] issue#4 - fix typo in readme (cherry picked from commit 02a04165d005e42cb83495960f1e1fdf4f75d0c5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67df0d4..4a759eb 100644 --- a/README.md +++ b/README.md @@ -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`