From cae2de83b854724634aa4b0fb815070fc93d1551 Mon Sep 17 00:00:00 2001 From: Eduardo Pereira Date: Tue, 4 Dec 2018 08:58:31 -0200 Subject: [PATCH] Typo and Readme --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a6a0c3b..1f8b470 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ export GOPATH=$GOPATH:`pwd` cd server npm install npm run test -cd .. +cd .. cd loom_test make clean @@ -37,12 +37,6 @@ make contracts make test cd .. -cd loom_js_test -yarn -yarn build -yarn copy-contracts -cd .. - LOOM_BIN= ./loom_integration_test.sh ``` @@ -50,11 +44,11 @@ LOOM_BIN= ./loom_integration_test.sh Please note different directories have different licenses. Please see license file in each folder respectively -All derivitive works of this code must incluse this copyright header on every file +All derivative works of this code must include this copyright header on every file ``` // Copyright Loom Network 2018 - All rights reserved, Dual licensed on GPLV3 // Learn more about Loom DappChains at https://loomx.io -// All derivitive works of this code must incluse this copyright header on every file +// All derivative works of this code must include this copyright header on every file ``` * server directory -> GPLv3 [License](plasma_cash/License.md)