From 3d623126572301012f35353d95471e120fb502b9 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 13 Nov 2017 18:45:30 -0500 Subject: Missing @ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da7a24823..ed126187e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Make sure you have `yarn@1.x` installed locally. ### Creating a new sub-package -1. Make sure the `name` field in the sub-package's `package.json` starts with `@0xproject/` and has a unique name (e.g `0xproject/assert`). +1. Make sure the `name` field in the sub-package's `package.json` starts with `@0xproject/` and has a unique name (e.g `@0xproject/assert`). 2. Run `yarn install` to install all it's dependencies. @@ -34,5 +34,5 @@ Make sure you have `yarn@1.x` installed locally. 3. Import the sub-package as: ``` -import {myPkg} from '0xproject/myPkg'; +import {myPkg} from '@0xproject/myPkg'; ``` -- cgit v1.2.3