From 2005c2ef7ff6c171edd08317f349795b696f252f Mon Sep 17 00:00:00 2001 From: Paulo Lopes Date: Wed, 30 Sep 2020 09:48:54 +0200 Subject: [PATCH] Update readme Signed-off-by: Paulo Lopes --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index c5996c34a..a1d6323c3 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,6 @@ JavaScript is fast, and this is the way to make it even faster 🚀🚀🚀 ## Usage -```bash -# add es4x-pm globally -npm install -g es4x-pm -``` - Create a project: ``` @@ -26,7 +21,7 @@ Create a project: mkdir my-app cd my-app # init the project -es4x init +npm init @es4x project # add other dependencies... npm install @vertx/unit --save-dev npm install @vertx/core --save-prod