Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jensrott committed Oct 17, 2019
1 parent 9e0a9bd commit 933782e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Micro library that returns names of famous bike brands
[![travis build](https://img.shields.io/travis/jensrott/bike-names.svg?style=flat-square)](https://travis-ci.com/jensrott/bike-names)
[![coverals coverage](http://img.shields.io/coveralls/jensrott/bike-names.svg?style=flat)](https://coveralls.io/r/jensrott/bike-names)

 
 

# Install

This package is distributed via npm:
Expand All @@ -19,9 +16,6 @@ This package is distributed via npm:
$ npm install bike-names
```

 
 

# Usage

```javascript
Expand All @@ -30,9 +24,6 @@ const allNames = names.all;
const randomName = names.random();
```

 
 

# License

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bike-names",
"version": "1.1.0",
"version": "1.0.5",
"description": "Get random bike names",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 933782e

Please sign in to comment.