Skip to content

Commit 3b24653

Browse files
authored
docs: A few corrections to ConfigCat providers' README.md (#1014)
1 parent 0d59be0 commit 3b24653

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libs/providers/config-cat-web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The OpenFeature SDK is required as peer dependency.
1414

1515
The minimum required version of `@openfeature/web-sdk` currently is `1.0.0`.
1616

17-
The minimum required version of `configcat-js-ssr` currently is `7.1.2`.
17+
The minimum required version of `configcat-js-ssr` currently is `8.4.1`.
1818

1919
```
2020
$ npm install @openfeature/client-sdk configcat-js-ssr
@@ -25,7 +25,7 @@ $ npm install @openfeature/client-sdk configcat-js-ssr
2525
The ConfigCat provider uses the [ConfigCat JavaScript SSR SDK](https://configcat.com/docs/sdk-reference/js-ssr/).
2626

2727
It can be created by passing the ConfigCat SDK options to ```ConfigCatProvider.create```.
28-
The available options can be found in the [ConfigCat JavaScript SSR SDK](https://configcat.com/docs/sdk-reference/js-ssr/).
28+
The available options can be found in the [ConfigCat JavaScript SSR SDK](https://configcat.com/docs/sdk-reference/js-ssr/#creating-the-configcat-client).
2929

3030
The ConfigCat Web Provider only supports the `AutoPolling` mode because it caches all evaluation data to support synchronous evaluation of feature flags.
3131

libs/providers/config-cat/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ npm install @openfeature/config-cat-provider
1212

1313
The OpenFeature SDK is required as peer dependency.
1414

15-
The minimum required version of `@openfeature/server-sdk` currently is `1.6.0`.
15+
The minimum required version of `@openfeature/server-sdk` currently is `1.13.5`.
1616

1717
The minimum required version of `configcat-node` currently is `11.0.0`.
1818

@@ -22,11 +22,11 @@ $ npm install @openfeature/server-sdk configcat-node
2222

2323
## Usage
2424

25-
The ConfigCat provider uses the [ConfigCat JavaScript SDK](https://configcat.com/docs/sdk-reference/js/).
25+
The ConfigCat provider uses the [ConfigCat Node.js SDK](https://configcat.com/docs/sdk-reference/node/).
2626

2727
It can be created by passing the ConfigCat SDK options to ```ConfigCatProvider.create```.
2828

29-
The available options can be found in the [ConfigCat JavaScript SDK](https://configcat.com/docs/sdk-reference/js/).
29+
The available options can be found in the [ConfigCat Node.js SDK](https://configcat.com/docs/sdk-reference/node/#creating-the-configcat-client).
3030

3131
### Example using the default configuration
3232

0 commit comments

Comments
 (0)