Skip to content

Commit f7ff5b5

Browse files
authored
chore: update readme
1 parent 2644570 commit f7ff5b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ 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/server-sdk-rust/tree/main/examples) for you to understand how FeatureProbe SDK is used.
1818

19-
1. Start FeatureProbe Service with docker composer. [How to](https://github.com/FeatureProbe/FeatureProbe#1-starting-featureprobe-service-with-docker-compose)
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)
2022
2. Download this repo and run the demo program:
2123
```bash
2224
git clone https://github.com/FeatureProbe/server-sdk-rust.git
2325
cd server-sdk-rust
2426
cargo run --example demo
2527
```
26-
3. Find the Demo code in [examples](https://github.com/FeatureProbe/server-sdk-rust/tree/main/examples),
28+
3. Find the Demo code [here](https://github.com/FeatureProbe/server-sdk-rust/tree/main/examples),
2729
do some change and run the program again.
2830
```bash
2931
cargo run --example demo

0 commit comments

Comments
 (0)