Skip to content

Commit

Permalink
modify readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Quiceno committed Apr 19, 2016
1 parent 11dec59 commit 8b056c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![Build Status](https://travis-ci.org/nquicenob/bresenham.svg?branch=master)](https://travis-ci.org/nquicenob/bresenham)

## Installation
You can install circular-iterator using npm.
You can install bresenham-line using npm.

```
npm install --save circular-iterator
npm install --save bresenham-line
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bresenham-line",
"version": "1.0.0",
"version": "1.0.1",
"description": "implementation of Bresenham algorithm written in js",
"main": "lib/bresenham",
"scripts": {
Expand Down

0 comments on commit 8b056c7

Please sign in to comment.