Skip to content

Commit

Permalink
Update readme to reference future tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock-skymethod committed Feb 11, 2022
1 parent 29fcbf1 commit 56640b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/threadcap/README.md
Expand Up @@ -106,7 +106,7 @@ You don't need this NPM package or to install anything, just remote-import `thre

`example.ts`
```ts
import { makeThreadcap, InMemoryCache, updateThreadcap, makeRateLimitedFetcher, Callbacks } from 'https://raw.githubusercontent.com/skymethod/minipub/v0.1.2/src/threadcap/threadcap.ts';
import { makeThreadcap, InMemoryCache, updateThreadcap, makeRateLimitedFetcher, Callbacks } from 'https://raw.githubusercontent.com/skymethod/minipub/v0.1.3/src/threadcap/threadcap.ts';

const userAgent = 'my-podcast-app/1.0';
const cache = new InMemoryCache();
Expand Down

0 comments on commit 56640b8

Please sign in to comment.