Skip to content

Commit 322519a

Browse files
author
Loïc Hermann
committed
update readme
1 parent 98f7e5b commit 322519a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Two implementations of binary search tree: <a href="http://en.wikipedia.org/wiki
66

77

88
## Installation and tests
9-
Package name is `binary-search-tree`.
9+
Package name is `@rmanibus/binary-search-tree`.
1010

1111
```bash
12-
npm install binary-search-tree --save
12+
npm install @rmanibus/binary-search-tree --save
1313

1414
make test
1515
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rmanibus/binary-search-tree",
3-
"version": "0.3.0-beta.6",
3+
"version": "0.3.0",
44
"author": {
55
"name": "Louis Chatriot",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)