Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Mar 12, 2017
1 parent 53ff6e5 commit 9463253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "circosJS",
"name": "circos",
"version": "2.0.1",
"description": "A d3js library to build circos graphs",
"main": "dist/circos.min.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You should consider using Circos to show:
If you don't know what is yarn or npm you can skip this step and get started with [this canvas](doc/canvas.html). Otherwise:

```
yarn add circosjs
yarn add circos
```

## Layout
Expand Down

0 comments on commit 9463253

Please sign in to comment.