Revert "Update README.md"
This reverts commit f328a97d7ce2445d27e611065eb0483cbd97343b.
This commit is contained in:
parent
f328a97d7c
commit
336beac0a9
@ -1,4 +1,4 @@
|
||||
Scribble [](http://godoc.org/github.com/sdomino/scribble) [](https://goreportcard.com/report/github.com/sdomino/scribble)
|
||||
Scribble [](http://godoc.org/github.com/nanobox-io/golang-scribble) [](https://goreportcard.com/report/github.com/nanobox-io/golang-scribble)
|
||||
--------
|
||||
|
||||
A tiny JSON database in Golang
|
||||
@ -56,8 +56,8 @@ if err := db.Delete("fish", ""); err != nil {
|
||||
```
|
||||
|
||||
## Documentation
|
||||
- Complete documentation is available on [godoc](http://godoc.org/github.com/sdomino/scribble).
|
||||
- Coverage Report is available on [gocover](https://gocover.io/github.com/sdomino/scribble)
|
||||
- Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble).
|
||||
- Coverage Report is available on [gocover](https://gocover.io/github.com/nanobox-io/golang-scribble)
|
||||
|
||||
## Todo/Doing
|
||||
- Support for windows
|
||||
@ -65,3 +65,6 @@ if err := db.Delete("fish", ""); err != nil {
|
||||
- Better support for sub collections
|
||||
- More methods to allow different types of reads/writes
|
||||
- More tests (you can never have enough!)
|
||||
|
||||
## Contributing
|
||||
Contributions to scribble are welcome and encouraged. Scribble is a [Nanobox](https://nanobox.io) project and contributions should follow the [Nanobox Contribution Process & Guidelines](https://docs.nanobox.io/contributing/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user