Skip to content

Commit 7eeffd5

Browse files
committed
updated readme.md
1 parent 6900274 commit 7eeffd5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# React Vertical Graph Tree
22

3-
[![Build Status](https://travis-ci.com/seviltagiyeva/react-tree.svg?branch=master)](https://travis-ci.com/seviltagiyeva/react-tree)
3+
[![Build Status](https://travis-ci.com/seviltagiyeva/react-vertical-tree.svg?branch=master)](https://travis-ci.com/seviltagiyeva/react-tree)
4+
![Download Count](https://img.shields.io/npm/dw/react-vertical-tree.svg)
45

56

67
Simple and lightweight tree component for react apps.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-vertical-tree",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "Simple & lightweight vertical tree like view.",
55
"main": "dist/index.js",
66
"module": "src/index.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/seviltagiyeva/react-tree"
1010
},
11-
"homepage": "https://github.com/seviltagiyeva/react-tre",
11+
"homepage": "https://github.com/seviltagiyeva/react-tree",
1212
"keywords": [
1313
"react-graph",
1414
"react-tree",

0 commit comments

Comments
 (0)