Skip to content

Commit e88eb2a

Browse files
author
John Doherty
committed
updated docs to fix #3
1 parent 868d828 commit e88eb2a

File tree

3 files changed

+1378
-322
lines changed

3 files changed

+1378
-322
lines changed

README.MD

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ The `$` passed to your transform method is a JQuery like object using [cheerio](
7373

7474
### Run the example
7575

76-
You can try the example for yourself using the following command:
76+
You can try the example for yourself using the following commands:
7777

78-
```
79-
node ./node_modules/node-iframe-replacement/example/server.js
78+
```bash
79+
git clone https://github.com/john-doherty/node-iframe-replacement
80+
cd node-iframe-replacement
81+
npm install
82+
npm start
8083
```
8184

8285
Then visit [http://localhost:8080](http://localhost:8080) in your browser.

0 commit comments

Comments
 (0)