File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ fetching resources with authenticated credentials.
20
20
21
21
### How do I get this?
22
22
23
- The simplest way to use this library is to install it via ` npm ` or ` yarn ` .
24
- You can then use the ES6 module (`import { login, currentUser, logout } from
25
- 'solid-auth-client'`), or you can grab the transpiled UMD bundle from
23
+ You can download the latest version at
24
+ https://solid.github.io/solid-auth-client/dist/solid-auth-client.bundle.js .
25
+ Alternatively, you can install the library via ` npm ` or ` yarn ` ,
26
+ and then use the ES6 module (`import { login, currentUser, logout } from
27
+ 'solid-auth-client'`), or grab the transpiled UMD bundle from
26
28
` node_modules/solid-auth-client/dist-lib/solid-auth-client.bundle.js ` .
27
29
28
30
## API
You can’t perform that action at this time.
0 commit comments