Skip to content

Commit 1d7ae88

Browse files
authored
Update Readme.md: add badges
1 parent a46a3e6 commit 1d7ae88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# link-prefetcher
22

3+
![GitHub](https://img.shields.io/github/license/orestbida/link-prefetcher?label=License)
4+
![GitHub file size in bytes](https://img.shields.io/github/size/orestbida/link-prefetcher/dist/index.esm.js?label=Size)
5+
[![Build](https://github.com/orestbida/link-prefetcher/actions/workflows/build.yml/badge.svg)](https://github.com/orestbida/link-prefetcher/actions/workflows/build.yml)
6+
37
A tiny link prefetcher (yet another one in the sea of prefetching tools). Uses `fetch`/`xhr` to prefetch links rather than the `link` tag.
48

59
### `prefetchHover()`
@@ -33,4 +37,4 @@ or
3337
```
3438

3539
## License
36-
Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.
40+
Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.

0 commit comments

Comments
 (0)