Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adammbalogh committed Oct 8, 2014
1 parent 2dd8e52 commit 962ac5d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Key-Value File Store
# Key Value File Store

[![Author](http://img.shields.io/badge/author-@adammbalogh-blue.svg?style=flat)](https://twitter.com/adammbalogh)
[![Build Status](https://img.shields.io/travis/adammbalogh/key-value-store-file/master.svg?style=flat)](https://travis-ci.org/adammbalogh/key-value-store-file)
Expand All @@ -16,9 +16,20 @@ This library provides a layer to a key value file store.

It uses the [fire015/flintstone](https://github.com/fire015/flintstone) package.

# Support
# Installation

[![Support with Gittip](http://img.shields.io/gittip/adammbalogh.svg?style=flat)](https://www.gittip.com/adammbalogh/)
Install it through composer.

```json
{
"require": {
"adammbalogh/key-value-store-file": "@stable"
}
}
```

**tip:** you should browse the [`adammbalogh/key-value-store-file`](https://packagist.org/packages/adammbalogh/key-value-store-file)
page to choose a stable version to use, avoid the `@stable` meta constraint.

# Usage

Expand All @@ -38,21 +49,10 @@ $kvs->set('sample_key', 'Sample value');
$kvs->get('sample_key');
```

# Installation

Install it through composer.

```json
{
"require": {
"adammbalogh/key-value-store-file": "@stable"
}
}
```

**tip:** you should browse the [`adammbalogh/key-value-store-file`](https://packagist.org/packages/adammbalogh/key-value-store-file)
page to choose a stable version to use, avoid the `@stable` meta constraint.

# API

**Please visit the [API](https://github.com/adammbalogh/key-value-store/blob/master/readme.md#api) link in the abstract library.**

# Support

[![Support with Gittip](http://img.shields.io/gittip/adammbalogh.svg?style=flat)](https://www.gittip.com/adammbalogh/)

0 comments on commit 962ac5d

Please sign in to comment.