Skip to content

Commit 222f561

Browse files
authored
chore: update readme
1 parent d89a9d4 commit 222f561

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,20 @@ Reading the short [Basic Terms](https://github.com/FeatureProbe/FeatureProbe/blo
1414

1515
## Try Out Demo Code
1616

17-
We provide a runnable demo code for you to understand how FeatureProbe SDK is used.
17+
We provide a runnable [demo](https://github.com/FeatureProbe/client-sdk-js/tree/main/example) for you to understand how FeatureProbe SDK is used.
18+
19+
1. Use featureprobe.io online service. [Go to](https://featureprobe.io/login)
20+
21+
Or setup FeatureProbe service with docker composer. [How to](https://github.com/FeatureProbe/FeatureProbe#1-starting-featureprobe-service-with-docker-compose)
1822

19-
1. Start FeatureProbe Service with docker composer. [How to](https://github.com/FeatureProbe/FeatureProbe#1-starting-featureprobe-service-with-docker-compose)
2023
2. Download this repo and run the demo program:
2124
```bash
2225
git clone https://github.com/FeatureProbe/client-sdk-js.git
2326
cd client-sdk-js
2427
// open example/index.html in browser
2528
```
2629

27-
3. Find the Demo code in [example](https://github.com/FeatureProbe/client-sdk-js/tree/main/example),
30+
3. Find the Demo code [here](https://github.com/FeatureProbe/client-sdk-js/tree/main/example),
2831
do some change and run the program again.
2932
```
3033
// open example/index.html in browser

0 commit comments

Comments
 (0)