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

Commit 05cf3c0

Browse files
committed
readme: update syntax highlighting
1 parent 3b23999 commit 05cf3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Being leveldown compatible means you can use many of the [level-* modules](https
2222

2323
## install
2424

25-
```js
25+
```sh
2626
npm install level-js
2727
```
2828

@@ -32,7 +32,7 @@ This library is best used with [browserify](http://browserify.org)
3232

3333
## code examples
3434

35-
```
35+
```js
3636
var leveljs = require('level-js')
3737
var db = leveljs('bigdata')
3838
db.open(function onOpen() { })

0 commit comments

Comments
 (0)