Skip to content

Commit 32267c2

Browse files
committed
Update docs
1 parent 86d1ba7 commit 32267c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This package provides a robust, cross runtime, way to determine the current runtime environment (Deno, Bun, Node.js, or browser) along with detailed browser detection.
66

7+
Try ut out at [jsfiddle.net/ux87tLz4/6/](https://jsfiddle.net/ux87tLz4/6/)
8+
79
**Usage Example**
810

911
```javascript

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cross/runtime",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"exports": "./mod.ts",
55
"fmt": {
66
"lineWidth": 200

0 commit comments

Comments
 (0)