From 32267c294b3181cd0ef90f5ffe401408a1b50075 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Wed, 6 Mar 2024 20:49:03 +0000 Subject: [PATCH] Update docs --- README.md | 2 ++ deno.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b43ab14..ea1c499 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. +Try ut out at [jsfiddle.net/ux87tLz4/6/](https://jsfiddle.net/ux87tLz4/6/) + **Usage Example** ```javascript diff --git a/deno.json b/deno.json index 221bdd8..a7172da 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@cross/runtime", - "version": "0.0.13", + "version": "0.0.14", "exports": "./mod.ts", "fmt": { "lineWidth": 200