From 044c65b62e8f90652fec73d3e4209cfdd4d9da35 Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Fri, 13 Nov 2015 14:21:11 -0700 Subject: [PATCH] updating readme --- README.md | 2 +- scribble.go | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) 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 (