Skip to content

Commit c7dccff

Browse files
committed
updated readme
1 parent f40befe commit c7dccff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://agility.visualstudio.com/Agility%20CMS/_apis/build/status/Agility%20Content%20Fetch%20JS%20SDK%20-%20Dev?branchName=dev)](https://agility.visualstudio.com/Agility%20CMS/_build/latest?definitionId=58&branchName=dev)
1+
[![Build Status](https://agility.visualstudio.com/Agility%20CMS/_apis/build/status/Fetch API/Agility%20Content%20Fetch%20JS%20SDK?branchName=master)](https://agility.visualstudio.com/Agility%20CMS/_build/latest?definitionId=59&branchName=master)
22
[![Netlify Status](https://api.netlify.com/api/v1/badges/c45f5d6e-923b-4019-820e-826e6185017d/deploy-status)](https://app.netlify.com/sites/agilitydocs/deploys)
33

44
# Agility Content Fetch JS SDK
@@ -11,7 +11,7 @@ You can use this in both node and browser based JS apps.
1111
- Get a sitemap for a given channel
1212
- Get a page, including its content zones, modules, and their content
1313
- Get a content item
14-
- Query a content list
14+
- Query a content list using a filter syntax
1515
- Optional in-memory caching
1616

1717
## Getting Started
@@ -28,8 +28,8 @@ npm install @agility/content-fetch
2828

2929
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`:
3030
```html
31-
<!-- Use a specific version (i.e. 0.1.4) -->
32-
<script type="text/javascript" src="https://unpkg.com/@agility/content-fetch@0.2.4/dist/agility-content-fetch.browser.js"></script>
31+
<!-- Use a specific version (i.e. 0.4.2) -->
32+
<script type="text/javascript" src="https://unpkg.com/@agility/content-fetch@0.4.2/dist/agility-content-fetch.browser.js"></script>
3333

3434
<!-- Or, Use the latest version -->
3535
<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.4.1",
3+
"version": "0.4.2",
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)