Skip to content

Commit d546bb7

Browse files
committed
Update README
1 parent 6044b88 commit d546bb7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
[package]
22
name = "ego-tree"
33
version = "0.3.0"
4-
5-
description = "Vec-backed mutable tree"
4+
description = "Vec-backed ID-tree"
65
keywords = ["tree", "vec", "id", "index"]
7-
86
authors = ["Curtis McEnroe <[email protected]>"]
97
license = "ISC"
10-
118
repository = "https://github.com/programble/ego-tree"
129
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
[crate-badge]: https://img.shields.io/crates/v/ego-tree.svg
99
[travis-badge]: https://img.shields.io/travis/programble/ego-tree.svg
1010

11-
Vec-backed mutable tree.
11+
Vec-backed ID-tree.

0 commit comments

Comments
 (0)