Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
7flash committed Aug 19, 2019
1 parent ebebf0e commit e2edd61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/7flash/node-module-boilerplate.svg?branch=master)](https://travis-ci.org/7flash/node-module-boilerplate)
[![Coverage Status](https://coveralls.io/repos/github/7flash/node-module-boilerplate/badge.svg?branch=master)](https://coveralls.io/github/7flash/node-module-boilerplate?branch=master)
![npm (scoped)](https://img.shields.io/npm/v/sevenflash/node-module-boilerplate)
![npm (scoped)](https://img.shields.io/npm/v/@sevenflash/node-module-boilerplate)

# node-module-boilerplate

Expand All @@ -10,14 +10,14 @@
## Install

```
$ npm install sevenflash/node-module-boilerplate
$ npm install @sevenflash/node-module-boilerplate
```


## Usage

```js
const example = require('sevenflash/node-module-boilerplate')
const example = require('@sevenflash/node-module-boilerplate')

example('diadem')
//=> 'diadem is awesome'
Expand Down

0 comments on commit e2edd61

Please sign in to comment.