This commit is contained in:
defaultkavy 2024-02-01 23:48:24 +08:00
parent d923d82599
commit 9064906c74

View File

@ -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!')