Skip to content

Commit 7bc4d50

Browse files
authored
chore: add example to read me
1 parent 77ff117 commit 7bc4d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ let fp = FeatureProbe::new_for_tests(toggles);
8383
assert_eq!(fp.number_value("toggle_2", &u, 20.0), 12.5);
8484
assert_eq!(fp.string_value("toggle_3", &u, "val".to_owned()), "value");
8585
```
86+
[Here is an example](https://github.com/FeatureProbe/server-sdk-rust/tree/main/examples)
8687

8788
## Testing SDK
8889

0 commit comments

Comments
 (0)