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 17832cc commit d475b18Copy full SHA for d475b18
README.md
@@ -1,6 +1,6 @@
1
# bash-object
2
3
-The _first_ Bash library for imperatively constructing data of nested and heterogeneous form
+The _first_ Bash library for manipulating heterogenous data hierarchies
4
5
This is meant to be a low level API providing primitives for other libraries.
6
@@ -63,5 +63,5 @@ bobject.print 'root_object'
63
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency
64
65
```sh
66
-basalt add 'hyperupcall/bash-object'
+basalt add hyperupcall/bash-object
67
```
0 commit comments