Skip to content

Commit 5f03ec6

Browse files
Update README.md
1 parent bcf9cce commit 5f03ec6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ The only supported targets are `js` and `php7` (as of 2017-02-24 you need latest
66
Works only in debug mode or when `-D JSTACK_FORCE`.
77
Does not affect your app if compiled without `-debug` and `-D JSTACK_FORCE` flags or to unsupported target.
88

9-
In debug mode Haxe generates a source map, which is utilized by JStack using [source-map library](https://github.com/mozilla/source-map) (bundled with JStack and embded automatically)
10-
119
## Installation
1210
```haxe
1311
haxelib install jstack
1412
```
1513

1614
## Usage
17-
Just add JStack to compilation with `-lib jstack` compiler flag.
15+
Just add JStack to compilation with `-lib jstack` compiler flag.

0 commit comments

Comments
 (0)