Skip to content

Commit d189dd2

Browse files
committed
intro
1 parent fd80763 commit d189dd2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/react-sdk/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
React client side library for [Bucket.co](https://bucket.co)
44

5+
Bucket supports toggling features, tracking feature usage, [requesting feedback](#userequestfeedback) on features and [remotely configuring features](#remote-config).
6+
57
## Install
68

79
Install via npm:
@@ -147,7 +149,7 @@ const {
147149
```
148150

149151
The `key` is always present while the `payload` is a optional JSON value for arbitrary configuration needs.
150-
If tjhe feature has no configuration or, no configuration value was matched against the context, the `config` object
152+
If the feature has no configuration or, no configuration value was matched against the context, the `config` object
151153
will be empty, thus, `key` will be `undefined`. Make sure to check against this case when trying to use the
152154
configuration in your application.
153155

0 commit comments

Comments
 (0)