Skip to content

Commit ab12fa7

Browse files
committed
Add download link.
1 parent f154657 commit ab12fa7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ fetching resources with authenticated credentials.
2020

2121
### How do I get this?
2222

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
2628
`node_modules/solid-auth-client/dist-lib/solid-auth-client.bundle.js`.
2729

2830
## API

0 commit comments

Comments
 (0)