Skip to content

Commit

Permalink
Merge pull request #32 from dherges/patch-1
Browse files Browse the repository at this point in the history
docs: readme should give `scss-comment-parser` npm package name
  • Loading branch information
pascalduez authored Jul 4, 2017
2 parents d79300b + 39ad170 commit 345fafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Parse `///` comments and extracts context from SCSS.
## Install

```shell
npm install --save scsscommentparser
npm install --save scss-comment-parser
```

## Usage

```js
var ScssCommentParser = require('scsscommentparser');
var ScssCommentParser = require('scss-comment-parser');

var annotations = {
_: {
Expand Down

0 comments on commit 345fafe

Please sign in to comment.