Skip to content

Commit 919181f

Browse files
author
Kevin Scott
committed
Update readme with link to codesandbox
1 parent 7d0b6ec commit 919181f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ or
3131
npm install ml-classifier-ui
3232
```
3333

34-
### Quick Start
34+
### Quick Start (Code Sandbox)
35+
36+
You can fork a live running version at [codesandbox.io](https://codesandbox.io/s/218po5mzxn).
37+
38+
### Quick Start (Running locally)
3539

3640
Start by instantiating a new MLClassifierUI.
3741

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ml-classifier-ui",
33
"repository": "https://github.com/thekevinscott/ml-classifier-ui",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"homepage": "https://thekevinscott.github.io/ml-classifier-ui/",
66
"description": "A package for creating image-based machine learning models",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)