diff --git a/README.md b/README.md index e1bcba6..a428aba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Dependency Status](https://david-dm.org/75lb/local-web-server.svg)](https://david-dm.org/75lb/local-web-server) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) -***This is the documentation for the next version. For the previous release, see the `prev` branch. To install this prerelease: `$ npm i -g local-web-server@^1.0.0-beta`*** +***This is the documentation for the next version. For the previous release, see the `prev` branch. To install this prerelease: `$ npm i -g local-web-server@next`*** # local-web-server A simple web-server for productive front-end development. Typical use cases: diff --git a/bin/cli.js b/bin/cli.js index dff27aa..eaeab44 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -57,7 +57,7 @@ function onServerUp () { .map(key => os.networkInterfaces()[key]) .reduce((prev, curr) => prev = prev.concat(curr), []) .filter(iface => iface.family === 'IPv4') - .map(iface => `[underline]{${iface.address}:${options.server.port}}`) + .map(iface => `[underline]{http://${iface.address}:${options.server.port}}`) .join(', ') console.error(ansi.format( diff --git a/jsdoc2md/README.hbs b/jsdoc2md/README.hbs index 347b3fc..b71b55c 100644 --- a/jsdoc2md/README.hbs +++ b/jsdoc2md/README.hbs @@ -4,7 +4,7 @@ [![Dependency Status](https://david-dm.org/75lb/local-web-server.svg)](https://david-dm.org/75lb/local-web-server) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) -***This is the documentation for the next version. For the previous release, see the `prev` branch. To install this prerelease: `$ npm i -g local-web-server@^1.0.0-beta`*** +***This is the documentation for the next version. For the previous release, see the `prev` branch. To install this prerelease: `$ npm i -g local-web-server@next`*** # local-web-server A simple web-server for productive front-end development. Typical use cases: