Skip to content

Commit db81ebd

Browse files
committed
udpated readme and upped version number
1 parent 1340b9e commit db81ebd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ You can use this in both node and browser based JS apps.
1212
- Get a page, including its content zones, modules, and their content
1313
- Get a content item
1414
- Query a content list
15+
- Optional in-memory caching
1516

1617
## Getting Started
1718
In order to use this sdk, you'll need to install the script and you'll also need to authenticate your requests.
@@ -28,7 +29,7 @@ npm install @agility/content-fetch
2829
If necessary, you can also reference a standalone package that can be used in a browser using a traditional **script** tag. In this case, the sdk can be accessed using a global variable by name of `agility`:
2930
```html
3031
<!-- Use a specific version (i.e. 0.1.4) -->
31-
<script type="text/javascript" src="https://unpkg.com/@agility/content-fetch@0.1.4/dist/agility-content-fetch.browser.js"></script>
32+
<script type="text/javascript" src="https://unpkg.com/@agility/content-fetch@0.2.4/dist/agility-content-fetch.browser.js"></script>
3233

3334
<!-- Or, Use the latest version -->
3435
<script type="text/javascript" src="https://unpkg.com/@agility/content-fetch@latest/dist/agility-content-fetch.browser.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agility/content-fetch",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "JavaScript library for the Agility Fetch API (node and browser)",
55
"main": "dist/agility-content-fetch.node.js",
66
"scripts": {

0 commit comments

Comments
 (0)