Skip to content

Commit 6ff1802

Browse files
committed
Add links to browserify-starter and webpack-starter
1 parent 039fa34 commit 6ff1802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This is a convenience package that:
3737
- bundles the current release of [`leveldown`][leveldown] and [`level-js`][level-js]
3838
- leverages encodings using [`encoding-down`][encoding-down].
3939

40-
Use this package to avoid having to explicitly install `leveldown` and/or `level-js` when you just want to use `levelup`. It uses `leveldown` in Node.js or Electron and `level-js` in browsers (when bundled by [`browserify`](https://github.com/browserify/browserify), [`webpack`](https://webpack.js.org/) or similar. Note: [`rollup`](https://rollupjs.org/) fails to properly resolve the [`browser`](package.json) field).
40+
Use this package to avoid having to explicitly install `leveldown` or `level-js` when you just want to use `levelup`. It uses `leveldown` in Node.js or Electron and `level-js` in browsers (when bundled by [`browserify`](https://github.com/browserify/browserify), [`webpack`](https://webpack.js.org/), [`rollup`](https://rollupjs.org/) or similar). For a quick start, visit [`browserify-starter`](https://github.com/Level/browserify-starter) or [`webpack-starter`](https://github.com/Level/webpack-starter). Note: `rollup` currently fails to properly resolve the [`browser`](package.json) field.
4141

4242
## Usage
4343

0 commit comments

Comments
 (0)