diff --git a/README.md b/README.md index a26699e..d855334 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ scribble -------- -`golang-scribble` (Golang package: `scribble`) is a tiny JSON flat file store +A tiny JSON database in Golang ### Installation diff --git a/scribble.go b/scribble.go index 06b4947..0a2be6e 100644 --- a/scribble.go +++ b/scribble.go @@ -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 (