Skip to content

Commit

Permalink
updated docs to fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Sep 13, 2018
1 parent 868d828 commit e88eb2a
Show file tree
Hide file tree
Showing 3 changed files with 1,378 additions and 322 deletions.
9 changes: 6 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,13 @@ The `$` passed to your transform method is a JQuery like object using [cheerio](

### Run the example

You can try the example for yourself using the following command:
You can try the example for yourself using the following commands:

```
node ./node_modules/node-iframe-replacement/example/server.js
```bash
git clone https://github.com/john-doherty/node-iframe-replacement
cd node-iframe-replacement
npm install
npm start
```

Then visit [http://localhost:8080](http://localhost:8080) in your browser.
Expand Down
Loading

0 comments on commit e88eb2a

Please sign in to comment.