Skip to content

Commit

Permalink
bumped version number and tweaked docs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Dec 31, 2016
1 parent b1cbe45 commit 2cce1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ You can try the example for yourself using the following command:
node ./node_modules/node-iframe-replacement/example/server.js
```

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

## Auto base tag injection

To ensure the source scripts, styles and images load within your site a base tag is automatically injected ```<base href="http://www.bbc.co.uk/news" />```.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-iframe-replacement",
"version": "0.0.2",
"version": "0.0.3",
"description": "NodeJS + Express replacement for the HTML iframe",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2cce1b4

Please sign in to comment.