Skip to content

Commit 2cce1b4

Browse files
author
John Doherty
committed
bumped version number and tweaked docs
1 parent b1cbe45 commit 2cce1b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ You can try the example for yourself using the following command:
7777
node ./node_modules/node-iframe-replacement/example/server.js
7878
```
7979

80+
Then visit [http://localhost:8080](http://localhost:8080) in your browser.
81+
8082
## Auto base tag injection
8183

8284
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" />```.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-iframe-replacement",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "NodeJS + Express replacement for the HTML iframe",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)