Skip to content

Commit

Permalink
Updated README.md 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketingPip authored Mar 13, 2023
1 parent d67ea44 commit f382b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This will return an array of all channel details & stream URLs.

```js
/// CBC-News-Streams.js Example - get single channel example.
import {CBC_News} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/CBC-News-Streams.js@v1.0.0/dist/cbc-news-streams.min.js'
import {CBC_News_Streams} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/CBC-News-Streams.js@v1.0.0/dist/cbc-news-streams.min.js'

try {
console.log(await CBC_News_Streams().getChannel("Toronto")) // returns a JSON object.
Expand Down

0 comments on commit f382b1a

Please sign in to comment.