Skip to content

Commit cb2e44c

Browse files
authored
Enhance README with SDK functionality description
Added a brief description of the REST API SDK's functionality.
1 parent ad39fa2 commit cb2e44c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/rest-api-sdk/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# @reflag/rest-api-sdk (beta)
22

33
Typed SDK for Reflag's REST API.
4+
The REST API SDK is a management API which lets you list flags and toggle flags for users and companies amongst other things.
45

56
## Installation
67

78
```bash
8-
npm install @reflag/rest-api-sdk
9+
npm i @reflag/rest-api-sdk
910
# or
1011
yarn add @reflag/rest-api-sdk
1112
```

0 commit comments

Comments
 (0)