Skip to content

Commit 2072499

Browse files
authored
chore: Update CI status badge. (#52)
1 parent d922fc3 commit 2072499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LaunchDarkly Client-Side SDK for Node.js
22

33
[![NPM](https://img.shields.io/npm/v/launchdarkly-node-client-sdk.svg?style=flat-square)](https://www.npmjs.com/package/launchdarkly-node-client-sdk)
4-
[![CircleCI](https://circleci.com/gh/launchdarkly/node-client-sdk.svg?style=svg)](https://circleci.com/gh/launchdarkly/node-client-sdk)
4+
[![Build and Test](https://github.com/launchdarkly/node-client-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/node-client-sdk/actions/workflows/ci.yml)
55
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/node-client-sdk)
66

77
The LaunchDarkly Client-Side SDK for Node.js is designed primarily for use by code that is deployed to an end user, such as in a desktop application or a smart device. It follows the client-side LaunchDarkly model for single-user contexts (much like our mobile or JavaScript SDKs). It is not intended for use in multi-user systems such as web servers and applications.

0 commit comments

Comments
 (0)