Skip to content

Commit 917bcd2

Browse files
Update README
1 parent 2b109fc commit 917bcd2

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
service_name: travis-pro
2-
repo_token: OvYsJIALNWutWyozWapQPX865Nw2dHx0i
2+
repo_token: waTkrTXKBXNXOjZpTjID3WvEeUZhJSVFY

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Data structure in your javascript code, Binary Trees.
33

44
[![Build Status](https://travis-ci.com/dsinjs/binary-tree.svg?branch=main)](https://travis-ci.com/dsinjs/binary-tree)
55
![Node.js CI](https://github.com/dsinjs/binary-tree/workflows/Node.js%20CI/badge.svg?branch=main)
6-
[![Coverage Status](https://coveralls.io/repos/github/siddhesh321995/node-dsinjs-binarytree/badge.svg?branch=main)](https://coveralls.io/github/siddhesh321995/node-dsinjs-binarytree?branch=main)
6+
[![Coverage Status](https://coveralls.io/repos/github/dsinjs/binary-tree/badge.svg?branch=main)](https://coveralls.io/github/dsinjs/binary-tree?branch=main)
77

88
## Installation:
99
Using npm
@@ -31,14 +31,12 @@ var nodel = new BTreeNode({ value: 15, lNode: node });
3131
```
3232

3333
## Complete Documentation
34-
Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://github.com/dsinjs/binary-tree/](https://github.com/dsinjs/binary-tree/)
34+
Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://dsinjs.github.io/binary-tree/](https://dsinjs.github.io/binary-tree/)
3535

3636
## All Features:
37-
- Data type check functions.
38-
- Frontend XHR wrapper.
39-
- EnumGenerator, defaultsGenerator functions.
40-
- 0 Dependancy.
37+
- All data structure functionality.
38+
- extra functions like toString(), toJSON(), validate() etc.
4139

4240
## Help us expand:
4341
Let me know in issues/github page or on email which javascript functions to include in next release.
44-
Check all the [Contributors](Contributors.md) to this library.
42+
Check all the [Contributing authors](CONTRIBUTING.md) to this library.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset='utf-8'>
5-
<title>@dsinjs/binary-tree 1.0.2 | Documentation</title>
5+
<title>@dsinjs/binary-tree 1.0.3 | Documentation</title>
66
<meta name='description' content='Binary Trees for your DS in JS'>
77
<meta name='viewport' content='width=device-width,initial-scale=1'>
88
<link href='assets/bass.css' rel='stylesheet'>
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1616
<div class='py1 px2'>
1717
<h3 class='mb0 no-anchor'>@dsinjs/binary-tree</h3>
18-
<div class='mb1'><code>1.0.2</code></div>
18+
<div class='mb1'><code>1.0.3</code></div>
1919
<input
2020
placeholder='Filter'
2121
id='filter-input'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dsinjs/binary-tree",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Binary Trees for your DS in JS",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)