Skip to content

Commit 2235f77

Browse files
committed
fix: README.md
1 parent c53f0a6 commit 2235f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ After you install and import the SDK, create a single, shared instance of the Fe
6464
NPM:
6565

6666
```js
67+
import { FeatureProbe, FPUser } from "featureprobe-client-sdk-js";
68+
6769
const userId = /* unique user id in your business logic */;
6870
const user = new FPUser(userId);
6971
user.with("userId", /* userId */);

0 commit comments

Comments
 (0)