Skip to content

Commit

Permalink
[CI SKIP] cdn links
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Jun 9, 2020
1 parent e0d63e3 commit 80f207e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ import {createBandwidthThrottleGroup} from 'bandwidth-throttle-stream';

## Deno Installation

In Deno, all libraries are imported from URLs as ES modules. Versioned releases of `bandwidth-throttle-stream` are available from TBC:
In Deno, all libraries are imported from URLs as ES modules. Versioned releases of `bandwidth-throttle-stream` are available from the [Pika](http://pika.dev) CDN:

```js
import {createBandwidthThrottleGroup} from 'https://path/to/cdn/bandwidth-throttle-stream@0.2.0/mod.ts'
import {createBandwidthThrottleGroup} from 'https://cdn.pika.dev/bandwidth-throttle-sream@^0.2.0/mod.ts';
```

## Usage
Expand Down Expand Up @@ -131,7 +131,7 @@ request
##### Deno example: responding to a request with a reader and a status code
```ts
import {readerToDenoReader} from 'TBC';
import {readerToDenoReader} from 'https://cdn.pika.dev/bandwidth-throttle-sream@^0.2.0/mod.ts';

...

Expand Down

0 comments on commit 80f207e

Please sign in to comment.