Skip to content

Commit ce1eef4

Browse files
author
Patrick Sachs
authored
Fixed: Invalid URL in Readme
1 parent 641bdd2 commit ce1eef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `ajax` funtcion is a thin wrapper over `fetch`:
2121
```js
2222
import { ajax } from '@sahnee/ajax';
2323

24-
const response = await ajax('account.sahnee.dev/api/flow/public_key');
24+
const response = await ajax('https://account.sahnee.dev/api/flow/public_key');
2525
const publicKey = await response.text();
2626
// publicKey = ---- BEGIN PUBLIC KEY ---- \n [...]
2727
```

0 commit comments

Comments
 (0)