Skip to content

Commit

Permalink
Merge pull request segment-boneyard#1282 from nimitmaru/patch-1
Browse files Browse the repository at this point in the history
Fixing typo in execution example on README
  • Loading branch information
matthewmueller authored Feb 21, 2018
2 parents 1203dc5 + 3a9fc21 commit 93a5807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ $ npm install --save nightmare
Nightmare is a node module that can be used in a Node.js script or module. Here's a simple script to open a web page:
```js
import Nightmare from 'nightmare',
import Nightmare from 'nightmare';

const nightmare = Nightmare();

Expand Down

0 comments on commit 93a5807

Please sign in to comment.