Skip to content

Commit

Permalink
update complete. fixes dwyl#22
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Aug 15, 2015
1 parent e4ad2cc commit f327a7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![NPM Version][npm-image]][npm-url]
[![bitHound Score](https://www.bithound.io/github/nelsonic/learn-hapi/badges/score.svg)](https://www.bithound.io/github/nelsonic/learn-hapi)


Learn Hapi
==========

Expand Down
2 changes: 1 addition & 1 deletion examples/helloparam.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
Start this app from your command line with:
node helloparam.js
node examples/helloparam.js
then visit: http://localhost:3000/YOURNAME
*/
var Hapi = require('hapi');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"learn",
"hapi"
],
"author": "@nelsonic",
"license": "MIT",
"author": "@nelsonic & Friends!",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/nelsonic/learn-hapi/issues"
},
Expand Down

0 comments on commit f327a7e

Please sign in to comment.