Skip to content

Commit abb906a

Browse files
author
Jose Joya
committed
feat(docs): Added link to CDN Import
1 parent ceb8568 commit abb906a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ npm install @seobryn/local-flags
1212
pnpm i @seobryn/local-flags
1313
```
1414

15+
or if you want to add it through the CDN:
16+
```js
17+
import { setupLocalFlags } from "https://cdn.jsdelivr.net/npm/@seobryn/[email protected]/index.mjs"
18+
```
19+
1520
## Usage
1621

1722
```js

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seobryn/local-flags",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"type": "module",
55
"description": "Client feature flags management",
66
"main": "index.mjs",

0 commit comments

Comments
 (0)