Skip to content

Commit d475b18

Browse files
committed
docs: Tweak wording
1 parent 17832cc commit d475b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bash-object
22

3-
The _first_ Bash library for imperatively constructing data of nested and heterogeneous form
3+
The _first_ Bash library for manipulating heterogenous data hierarchies
44

55
This is meant to be a low level API providing primitives for other libraries.
66

@@ -63,5 +63,5 @@ bobject.print 'root_object'
6363
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency
6464

6565
```sh
66-
basalt add 'hyperupcall/bash-object'
66+
basalt add hyperupcall/bash-object
6767
```

0 commit comments

Comments
 (0)