Skip to content

Commit 5ffff20

Browse files
committed
formatting changes
1 parent 4267c6e commit 5ffff20

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var output = decoder.decompress(buffer [, offset [, length]]);
2424
```
2525

2626
### Install
27-
Get a packaged source file:
27+
Get a packaged source file from the [release folder](https://github.com/rii-mango/JPEGLosslessDecoderJS/tree/master/release):
2828

2929
* [lossless.js](https://raw.githubusercontent.com/rii-mango/JPEGLosslessDecoderJS/master/release/current/lossless.js)
3030
* [lossless-min.js](https://raw.githubusercontent.com/rii-mango/JPEGLosslessDecoderJS/master/release/current/lossless-min.js)
@@ -41,11 +41,10 @@ npm test
4141
```
4242

4343
### Building
44-
See the [release folder](https://github.com/rii-mango/JPEGLosslessDecoderJS/tree/master/release) for the latest builds or build it yourself using:
4544
```
4645
npm run build
4746
```
48-
This will output lossless.js and lossless-min.js to build/.
47+
This will output lossless.js and lossless-min.js to build/
4948

5049
### Acknowledgments
5150
This decoder was originally written by Helmut Dersch for Java. I added support for selection values 2 through 7, contributed bug fixes and ported to JavaScript.

0 commit comments

Comments
 (0)