Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 30, 2017
1 parent 24e4e0c commit 42ce250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/index.js
Expand Up @@ -5,7 +5,7 @@ const Lien = require("../lib");
// Init lien server
const server = new Lien({
port: 9000
, public: __dirname + "/public"
, public: `${__dirname}/public`
});

// Listen for load
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
},
"name": "lien",
"version": "3.0.0",
"description": "Another lightweight NodeJS framework. Lien is the link between request and response objects.",
"description": "An easy to use web framework for Node.js.",
"main": "lib/index.js",
"keywords": [
"lien",
Expand Down

0 comments on commit 42ce250

Please sign in to comment.