Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Magnus Skog committed Sep 10, 2017
1 parent 6cb109e commit 64b4842
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@

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

**Error module for [LevelUP](https://github.com/rvagg/node-levelup)**
> 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) [![Greenkeeper badge](https://badges.greenkeeper.io/Level/errors.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/Level/errors.png)](https://travis-ci.org/Level/errors)
[![Greenkeeper badge](https://badges.greenkeeper.io/Level/errors.svg)](https://greenkeeper.io/)

## Usage

```js
var levelup = require('levelup')
var errors = levelup.errors
const levelup = require('levelup')
const errors = levelup.errors

levelup('./db', { createIfMissing: false }, function (err, db) {
if (err instanceof errors.OpenError) {
Expand Down

0 comments on commit 64b4842

Please sign in to comment.