Skip to content

Commit 7704a0b

Browse files
author
Steve Arch
committed
chore: updated readme to reflect the OS namechange node -> js
1 parent e9003f9 commit 7704a0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
44
[![a](https://img.shields.io/badge/slack-%40cncf%2Fopenfeature-brightgreen?style=flat&logo=slack)](https://cloud-native.slack.com/archives/C0344AANLA1)
55
[![OpenFeature Specification](https://img.shields.io/static/v1?label=OpenFeature%20Specification&message=v0.4.0&color=yellow)](https://github.com/open-feature/spec/tree/v0.4.0)
6-
[![OpenFeature SDK](https://img.shields.io/static/v1?label=OpenFeature%20Node%20SDK&message=v0.4.0&color=green)](https://github.com/open-feature/js-sdk)
6+
[![OpenFeature SDK](https://img.shields.io/static/v1?label=OpenFeature%20SDK&message=v0.4.0&color=green)](https://github.com/open-feature/js-sdk)
77
[![npm version](https://badge.fury.io/js/cloudbees-openfeature-provider-node.svg)](https://badge.fury.io/js/cloudbees-openfeature-provider-node)
88
[![CloudBees Rox SDK](https://img.shields.io/static/v1?label=Rox%20SDK&message=v5.4.1&color=green)](https://www.npmjs.com/package/rox-node)
99
[![Known Vulnerabilities](https://snyk.io/test/github/rollout/cloudbees-openfeature-provider-node/badge.svg)](https://snyk.io/test/github/rollout/cloudbees-openfeature-provider-node)
1010

11-
This is the [CloudBees](https://www.cloudbees.com/products/feature-management) provider implementation for [OpenFeature](https://openfeature.dev/) for the [Node SDK](https://github.com/open-feature/node-sdk).
11+
This is the [CloudBees](https://www.cloudbees.com/products/feature-management) provider implementation for [OpenFeature](https://openfeature.dev/) for the [Javascript SDK](https://github.com/open-feature/js-sdk).
1212

1313
OpenFeature provides a vendor-agnostic abstraction layer on Feature Flag management.
1414

@@ -31,12 +31,12 @@ yarn add cloudbees-openfeature-provider-node
3131

3232
### Configuration
3333

34-
Follow the instructions on the [Node SDK project](https://github.com/open-feature/node-sdk) for how to use the Node SDK.
34+
Follow the instructions on the [Javascript SDK project](https://github.com/open-feature/js-sdk) for how to use the Javascript SDK.
3535

3636
You can configure the CloudBees provider by doing the following:
3737

3838
```typescript
39-
import {OpenFeature} from '@openfeature/nodejs-sdk';
39+
import {OpenFeature} from '@openfeature/js-sdk';
4040
import {CloudbeesProvider} from 'cloudbees-openfeature-provider-node'
4141

4242
const appKey = 'INSERT_APP_KEY_HERE'

0 commit comments

Comments
 (0)