Skip to content

Commit b35c6f9

Browse files
authored
Merge pull request #1511 from jimbob88/master
Update webpack complete example link
2 parents 5635f8a + 4d6ffc7 commit b35c6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ complex documents with a very small amount of code. For more, see the `demo` fol
129129
There are three ways to use PDFKit in the browser:
130130

131131
- Use [Browserify](http://browserify.org/). See demo [source code](demo/browser.js) and [build script](https://github.com/foliojs/pdfkit/blob/master/package.json#L56)
132-
- Use [webpack](https://webpack.js.org/). See [complete example](https://github.com/blikblum/pdfkit-webpack-example).
132+
- Use [webpack](https://webpack.js.org/). See [complete example](examples/webpack).
133133
- Use prebuilt version. Distributed as `pdfkit.standalone.js` file in the [releases](https://github.com/foliojs/pdfkit/releases) or in the package `js` folder.
134134

135135
In addition to PDFKit, you'll need somewhere to stream the output to. HTML5 has a

0 commit comments

Comments
 (0)