Skip to content

Commit fc99341

Browse files
committed
chore: update readme
1 parent a67a1cd commit fc99341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ After you install and import the SDK, create a single, shared instance of the Fe
5454

5555
```rust
5656
fn main() {
57-
let remote_url = "https://featureprobe.io";
57+
let remote_url = "https://featureprobe.io/server";
58+
// let remote_url = "http://localhost:4007"; // for local docker
5859

5960
let config = FPConfig {
6061
remote_url: remote_url.to_owned(),

0 commit comments

Comments
 (0)