From 336beac0a992ed9abaf4ef8e7042ba7fe3335c06 Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Wed, 6 Jun 2018 23:15:41 -0600 Subject: [PATCH] Revert "Update README.md" This reverts commit f328a97d7ce2445d27e611065eb0483cbd97343b. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a321056..dc52351 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/sdomino/scribble) [![Go Report Card](https://goreportcard.com/badge/github.com/sdomino/scribble)](https://goreportcard.com/report/github.com/sdomino/scribble) +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) -------- 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/).