Skip to content

Commit

Permalink
same style on README as codec
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Mar 21, 2015
1 parent 58690fa commit d5e0cba
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
level-errors
============

# level-errors

<img alt="LevelDB Logo" height="100" src="http://leveldb.org/img/logo.svg">

**Error module for [LevelUP](https://github.com/rvagg/node-levelup)**

[![Build Status](https://travis-ci.org/Level/errors.png)](https://travis-ci.org/Level/errors)

Usage
-----
## Usage

```js
var levelup = require('levelup')
Expand All @@ -21,14 +20,12 @@ levelup('./db', { createIfMissing: false }, function (err, db) {
})
```

Publishers
----------
## Publishers

* [@ralphtheninja](https://github.com/ralphtheninja)
* [@juliangruber](https://github.com/juliangruber)

License &amp; copyright
-------------------
## License &amp; copyright

Copyright (c) 2012-2015 LevelUP contributors.

Expand Down

0 comments on commit d5e0cba

Please sign in to comment.