Skip to content

Commit

Permalink
chore: updating README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig committed Mar 8, 2024
1 parent eb50a0c commit 1236808
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ISC License (ISC)
Copyright (c) 2021, Statsig, Inc.

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Statsig](https://statsig.com/) · [![GitHub license](https://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/statsig-io/private-js-client-monorepo/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/statsig-js.svg?style=flat)](https://www.npmjs.com/package/statsig-js) [![slack](https://img.shields.io/badge/slack-statsig-brightgreen.svg?logo=slack)](https://statsig.com/community)
# [Statsig](https://statsig.com/) · [![GitHub license](https://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/statsig-io/js-client-monorepo/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@statsig/precomputed-evaluations.svg?style=flat)](https://www.npmjs.com/package/@statsig/precomputed-evaluations) [![slack](https://img.shields.io/badge/slack-statsig-brightgreen.svg?logo=slack)](https://statsig.com/community)

> [!IMPORTANT]
> This version of the SDK is still in beta. The non-beta version can be found [here](https://github.com/statsig-io/js-client).
Expand All @@ -18,7 +18,7 @@ Statsig helps you move faster with feature gates (feature flags), and/or dynamic

## Getting Started

Read through the [Documentation](https://docs.statsig.com/client/jsClientSDK) or check out the [Samples](samples/).
Read through the [Documentation](https://docs.statsig.com/client/javascript-sdk) or check out the [Samples](samples/).

## Community

Expand Down
2 changes: 1 addition & 1 deletion packages/client-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
The package that contains all the common logic shared by the various Statsig Javascript packages.

Learn more by visiting: https://docs.statsig.com/client/jsClientSDK
Learn more by visiting: https://docs.statsig.com/client/javascript-sdk
2 changes: 1 addition & 1 deletion packages/client-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Optional additions to add functionality to a Statsig Javascript SDK.

Learn more by visiting: https://docs.statsig.com/client/jsClientSDK
Learn more by visiting: https://docs.statsig.com/client/javascript-sdk
2 changes: 1 addition & 1 deletion packages/expo-bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Expo specific additions for use with a Statsig Javascript SDK.

Learn more by visiting: https://docs.statsig.com/client/jsClientSDK
Learn more by visiting: https://docs.statsig.com/client/javascript-sdk
2 changes: 1 addition & 1 deletion packages/on-device-evaluations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Statsig helps you move faster with feature gates (feature flags), and/or dynamic

## Getting Started

Check out our [SDK docs](https://docs.statsig.com/client/jsClientSDK) to get started.
Check out our [SDK docs](https://docs.statsig.com/client/javascript-sdk) to get started.
2 changes: 1 addition & 1 deletion packages/precomputed-evaluations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Statsig helps you move faster with feature gates (feature flags), and/or dynamic

## Getting Started

Check out our [SDK docs](https://docs.statsig.com/client/jsClientSDK) to get started.
Check out our [SDK docs](https://docs.statsig.com/client/javascript-sdk) to get started.
2 changes: 1 addition & 1 deletion packages/react-bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
ReactJS specific additions for use with a Statsig Javascript SDK.

Learn more by visiting: https://docs.statsig.com/client/jsClientSDK
Learn more by visiting: https://docs.statsig.com/client/javascript-sdk
2 changes: 1 addition & 1 deletion packages/react-native-bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
ReactNative specific additions for use with a Statsig Javascript SDK.

Learn more by visiting: https://docs.statsig.com/client/jsClientSDK
Learn more by visiting: https://docs.statsig.com/client/javascript-sdk
2 changes: 1 addition & 1 deletion packages/sha256/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
A SHA 256 implementation used in Statsig Javascript packages.

Learn more by visiting: https://docs.statsig.com/client/jsClientSDK
Learn more by visiting: https://docs.statsig.com/client/javascript-sdk

0 comments on commit 1236808

Please sign in to comment.