Skip to content

Commit 715739b

Browse files
committed
formatting
1 parent 45b8301 commit 715739b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ series.concatenateImageData(null, function (imageData) {
8686
See [tests/browser.html](https://github.com/rii-mango/Daikon/blob/master/tests/browser.html) for an example. For a more advanced example, see [this class](https://github.com/rii-mango/Papaya/blob/master/src/js/volume/dicom/header-dicom.js) in Papaya.
8787

8888
### Install
89-
Get a packaged source file:
89+
Get a packaged source file from the [release folder](https://github.com/rii-mango/Daikon/tree/master/release):
9090

9191
* [daikon.js](https://raw.githubusercontent.com/rii-mango/Daikon/master/release/current/daikon.js)
9292
* [daikon-min.js](https://raw.githubusercontent.com/rii-mango/Daikon/master/release/current/daikon-min.js)
@@ -103,11 +103,10 @@ npm test
103103
```
104104

105105
### Building
106-
See the [release folder](https://github.com/rii-mango/Daikon/tree/master/release) for the latest builds or build it yourself using:
107106
```
108107
npm run build
109108
```
110-
This will output daikon.js and daikon-min.js to build/.
109+
This will output daikon.js and daikon-min.js to build/
111110

112111
### Acknowledgments
113112
Daikon makes use of [JPEGLosslessDecoderJS](https://github.com/rii-mango/JPEGLosslessDecoderJS) for JPEG Lossless support as well as the following third-party libraries:

0 commit comments

Comments
 (0)