From 7e248fb75fa2ad9a11cc8dbc9ee0ea96be0abbfb Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 25 Jan 2018 23:52:55 -0800 Subject: [PATCH] fix: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4fb137..88b15a2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Setup is pretty easy, just install mocha and fancy-test, then you can use any of Assume the following is before all the examples: ```js -import {fancy} from 'fancy-test +import {fancy} from 'fancy-test' import {expect} from 'chai' ``` @@ -272,7 +272,7 @@ Chai This library includes [chai](https://npm.im/chai) preloaded with [chai-as-promised](https://npm.im/chai-as-promised) for convenience: ```js -import {expect, fancy} from 'fancy-test +import {expect, fancy} from 'fancy-test' describe('has chai', () => { fancy