Skip to content

Commit

Permalink
ver: 2.0.0-alpha.7
Browse files Browse the repository at this point in the history
Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
  • Loading branch information
MKRhere committed Jan 25, 2022
1 parent 7ef509e commit 67dd8e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ Hyperactive is a suite of tools to build smart webapps. As of 1.0, only server-s
## Usage example

```TypeScript
// if using Deno
import { elements, renderHTML } from "https://deno.land/x/hyperactive/mod.ts";

// if using Node
import { elements, renderHTML } from "@hyperactive/hyper";

const { div, p, h1 } = elements;

assertEquals(
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "2.0.0-alpha.6";
export const version = "2.0.0-alpha.7";

0 comments on commit 67dd8e7

Please sign in to comment.