From d804dbfc2046531162e947041b7b129f14800e14 Mon Sep 17 00:00:00 2001 From: Ioan CHIRIAC Date: Thu, 5 Jan 2017 20:58:32 +0100 Subject: [PATCH] update doc --- .gitignore | 1 + README.md | 8 ++++++++ package.json | 10 +++++++--- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2658d7..25fbf5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +coverage/ diff --git a/README.md b/README.md index a91f9b8..791440f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # docblock-parser + Parses docblocks comments + + +# Install + +``` +npm install parsedoc --save +``` diff --git a/package.json b/package.json index acdaba3..5bb28f0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "docblock-parser", + "name": "parsedoc", "version": "0.2.0", "description": "Parses docblocks comments", "main": "src/index.js", @@ -13,7 +13,11 @@ }, "keywords": [ "doc", - "parser" + "parser", + "annotation", + "docblock", + "documention", + "docs" ], "author": "Ioan CHIRIAC", "license": "BSD-3-Clause", @@ -31,4 +35,4 @@ "mocha": "^3.2.0", "should": "^11.1.2" } -} \ No newline at end of file +}