From 40433a14fcf10fe0bc77d1a94178c14b2aaa805e Mon Sep 17 00:00:00 2001 From: Trevin Hofmann Date: Mon, 28 Mar 2016 17:29:38 -0500 Subject: [PATCH] Fix typo in README Replaces "minifed" with "minified". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a86098f6..a73ce963 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ It is also recommended to set a strong passphrase that protects the user's priva ### Development -To create your own build of the library, just run the following command after cloning the git repo. This will download all dependencies, run the tests and create a minifed bundle under `dist/openpgp.min.js` to use in your project: +To create your own build of the library, just run the following command after cloning the git repo. This will download all dependencies, run the tests and create a minified bundle under `dist/openpgp.min.js` to use in your project: npm install && npm test