From f328a97d7ce2445d27e611065eb0483cbd97343b Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Wed, 6 Jun 2018 23:15:41 -0600 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc52351..a321056 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Scribble [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](http://godoc.org/github.com/nanobox-io/golang-scribble) [![Go Report Card](https://goreportcard.com/badge/github.com/nanobox-io/golang-scribble)](https://goreportcard.com/report/github.com/nanobox-io/golang-scribble) +Scribble [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](http://godoc.org/github.com/sdomino/scribble) [![Go Report Card](https://goreportcard.com/badge/github.com/sdomino/scribble)](https://goreportcard.com/report/github.com/sdomino/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/nanobox-io/golang-scribble). -- Coverage Report is available on [gocover](https://gocover.io/github.com/nanobox-io/golang-scribble) +- 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) ## Todo/Doing - Support for windows @@ -65,6 +65,3 @@ 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/).