Skip to content

Commit b3303bf

Browse files
authoredApr 20, 2020
Adds NPM version badge
1 parent d8ea087 commit b3303bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# :rocket: Apt.js – a few bytes long in-browser library [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=WDVDRlpwUzVnMjdhaUtjM0M5bEV2NGFIeXZ3RzV2MFMyTitTMFFhWFdYcz0tLXpqMjJyMEFIZkVubTVNay85dWhLVGc9PQ==--2e22878759172776c2a2240c55edfef6981f09cc)](https://automate.browserstack.com/public-build/WDVDRlpwUzVnMjdhaUtjM0M5bEV2NGFIeXZ3RzV2MFMyTitTMFFhWFdYcz0tLXpqMjJyMEFIZkVubTVNay85dWhLVGc9PQ==--2e22878759172776c2a2240c55edfef6981f09cc)
1+
# :rocket: Apt.js – a few bytes long in-browser library
2+
[![npm version](https://badge.fury.io/js/apt.js.svg)](https://badge.fury.io/js/apt.js) [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=WDVDRlpwUzVnMjdhaUtjM0M5bEV2NGFIeXZ3RzV2MFMyTitTMFFhWFdYcz0tLXpqMjJyMEFIZkVubTVNay85dWhLVGc9PQ==--2e22878759172776c2a2240c55edfef6981f09cc)](https://automate.browserstack.com/public-build/WDVDRlpwUzVnMjdhaUtjM0M5bEV2NGFIeXZ3RzV2MFMyTitTMFFhWFdYcz0tLXpqMjJyMEFIZkVubTVNay85dWhLVGc9PQ==--2e22878759172776c2a2240c55edfef6981f09cc)
23

34
Minimalist, fast, rather-slim and pretty concise JavaScript library. Provides the flavour of both *jQuery* and *RequireJS* without the payload. ***Small enough to be embedded in any first-byte***.
45

@@ -181,7 +182,7 @@ $ yarn test
181182
182183
You can replace `yarn` with `npm` if that's what rocks your boat.
183184
184-
This package is also available via [NPM](https://www.npmjs.com/package/apt.js).
185+
This package is also available as a [![npm version](https://badge.fury.io/js/apt.js.svg)](https://badge.fury.io/js/apt.js)
185186
186187
## Contribution
187188

0 commit comments

Comments
 (0)
Please sign in to comment.