From 9064906c74267071b974258c963f4b20065e6a8f Mon Sep 17 00:00:00 2001 From: defaultkavy Date: Thu, 1 Feb 2024 23:48:24 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 826a8db..2498ad2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Inspired by jQuery, but not selecting query anymore, just create it. ## Usage ```ts -import { $ } from 'fluent' +import { $ } from 'fluent.ts' const $app = $('app').content([ $('h1').content('Hello World!')