We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f7e5b commit 322519aCopy full SHA for 322519a
README.md
@@ -6,10 +6,10 @@ Two implementations of binary search tree: <a href="http://en.wikipedia.org/wiki
6
7
8
## Installation and tests
9
-Package name is `binary-search-tree`.
+Package name is `@rmanibus/binary-search-tree`.
10
11
```bash
12
-npm install binary-search-tree --save
+npm install @rmanibus/binary-search-tree --save
13
14
make test
15
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rmanibus/binary-search-tree",
3
- "version": "0.3.0-beta.6",
+ "version": "0.3.0",
4
"author": {
5
"name": "Louis Chatriot",
"email": "louis.chatriot@gmail.com"
0 commit comments