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

Commit 64b4842

Browse files
author
Lars-Magnus Skog
committed
tweak readme
1 parent 6cb109e commit 64b4842

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33

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

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

1011
## Usage
1112

1213
```js
13-
var levelup = require('levelup')
14-
var errors = levelup.errors
14+
const levelup = require('levelup')
15+
const errors = levelup.errors
1516

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

0 commit comments

Comments
 (0)