Skip to content

Commit

Permalink
Merge pull request #61 from arkahna/task/node-sdk-doc-updates
Browse files Browse the repository at this point in the history
Typo fix and content updates for node-sdk
  • Loading branch information
karimoran authored Nov 14, 2023
2 parents c46dac4 + 8680b50 commit 2851792
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-peas-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@featureboard/node-sdk': patch
---

Documentation updates
8 changes: 4 additions & 4 deletions libs/node-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# FeatureBoard NodeJS SDK

FeatureBoard SDK for server side NodJS.

![npm](https://img.shields.io/npm/v/%40featureboard%2Fnode-sdk?logo=npm) ![npm](https://img.shields.io/npm/dt/%40featureboard%2Fnode-sdk?logo=npm) ![GitHub Workflow](https://img.shields.io/github/actions/workflow/status/arkahna/featureboard-sdks/main.yml?logo=github)

FeatureBoard SDK for server side NodeJS.

![npm](https://img.shields.io/npm/v/%40featureboard%2Fnode-sdk?logo=npm) ![npm](https://img.shields.io/npm/dt/%40featureboard%2Fnode-sdk?logo=npm) ![GitHub Workflow](https://img.shields.io/github/actions/workflow/status/arkahna/featureboard-sdks/main.yml?logo=github)

Looking for our JS SDK for browser based web applications, you can find it [here](https://www.npmjs.com/package/@featureboard/js-sdk).

Expand All @@ -15,9 +13,11 @@ The FeatureBoard NodeJS SDK is available on NPM.
```bash
npm add @featureboard/node-sdk
```

```bash
yarn add @featureboard/node-sdk
```

```bash
pnpm add @featureboard/node-sdk
```
Expand Down
3 changes: 2 additions & 1 deletion libs/node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"url": "git+https://github.com/arkahna/featureboard-sdks.git"
},
"keywords": [
"Feature toggle",
"Feature management",
"Feature toggles",
"Feature flags"
],
"bugs": {
Expand Down

0 comments on commit 2851792

Please sign in to comment.