Skip to content

Commit 9b187a0

Browse files
Update README.md
1 parent 0291807 commit 9b187a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Or via CDN:
5353
After you install and import the SDK, create a single, shared instance of the FeatureProbe sdk.
5454

5555
```js
56-
const user = new featureProbe.FPUser("#USER-KEY#");
57-
user.with("#ATTR-KEY#", "#ATTR-VALUE#");
56+
const user = new featureProbe.FPUser("user");
57+
user.with("key", "value");
5858

5959
const fp = new featureProbe.FeatureProbe({
60-
remoteUrl: "#OPEN-API-URL#",
60+
remoteUrl: "https://127.0.0.1:4007",
6161
clientSdkKey: '#YOUR-CLIENT-SDK-KEY#',
6262
user,
6363
});

0 commit comments

Comments
 (0)