updating readme

This commit is contained in:
Steve Domino 2015-11-13 14:21:11 -07:00
parent cfe94ca72c
commit 044c65b62e
2 changed files with 2 additions and 9 deletions

View File

@ -1,7 +1,7 @@
scribble
--------
`golang-scribble` (Golang package: `scribble`) is a tiny JSON flat file store
A tiny JSON database in Golang
### Installation

View File

@ -1,11 +1,4 @@
// Copyright (c) 2015 Pagoda Box Inc
//
// This Source Code Form is subject to the terms of the Mozilla Public License, v.
// 2.0. If a copy of the MPL was not distributed with this file, You can obtain one
// at http://mozilla.org/MPL/2.0/.
//
// scribble is a tiny JSON flat file store
// scribble is a tiny JSON database
package scribble
import (