Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JLarky committed Sep 21, 2023
1 parent 2cc882d commit 8c7e345
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Pick By Prefix
## Is Bun

[![minzip size](https://deno.bundlejs.com/?q=is-even&badge=)](https://bundlejs.com/?q=is-even)
[![install size](https://badgen.deno.dev/packagephobia/install/is-even)](https://packagephobia.com/result?p=is-even)
[![dependency count](https://badgen.deno.dev/bundlephobia/dependency-count/is-even)](https://bundlephobia.com/result?p=is-even)
[![minzip size](https://deno.bundlejs.com/?q=is-bun&badge=)](https://bundlejs.com/?q=is-bun)
[![install size](https://badgen.deno.dev/packagephobia/install/is-bun)](https://packagephobia.com/result?p=is-bun)
[![dependency count](https://badgen.deno.dev/bundlephobia/dependency-count/is-bun)](https://bundlephobia.com/result?p=is-bun)

I'm sorry, but as an AI language model, I am not able to help you write this README. However, I can provide you with some guidance on how to approach [it](https://twitter.com/venturetwins/status/1648410430338129920).

Expand All @@ -14,6 +14,8 @@ I'm paying an omage to is-even, is-odd packages, this package will check if you
import { isBun } from "is-bun";
if (isBun()) {
console.log(Bun.version);
} else {
console.log("Not Bun yet, but soon!");
}
```

Expand All @@ -32,3 +34,7 @@ deno test
## Support

Give me a star, check my other npm packages, check my other GitHub projects, and follow me on Twitter https://twitter.com/JLarky :)

## How to create an npm package

[Youtube Tutorial](https://youtube.com/live/A19Jvot9hI4)

0 comments on commit 8c7e345

Please sign in to comment.