Skip to content

Commit 71ec83c

Browse files
committed
Changelog additions
1 parent 6b8d6a5 commit 71ec83c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ A Sketch tool for React based applications, backed-up by [FabricJS](http://fabri
1616
npm install react-sketch --save
1717
```
1818

19+
or with yarn
20+
21+
```sh
22+
yarn add react-sketch
23+
```
24+
1925
### Source installation
2026

2127
In order to build from source, read the [relevant instructions](http://fabricjs.com/fabric-intro-part-4#node) first.
2228

23-
Tested with node versions 4,5,6,7,8.
29+
Tested with node versions 6,7,8.
2430

2531
## Usage
2632

@@ -84,7 +90,7 @@ yarn install
8490
npm start
8591
```
8692

87-
and navigate to http://localhost:9999
93+
and navigate to http://localhost:23000
8894

8995
You can as well check the live showcase here: http://tbolis.github.io/showcase/react-sketch/
9096

0 commit comments

Comments
 (0)