Skip to content

Commit

Permalink
Merge pull request #12 from josnin/devFeb9
Browse files Browse the repository at this point in the history
rm dependecies
  • Loading branch information
josnin authored Feb 12, 2023
2 parents 1058a9e + 0b78b8c commit 35fdf28
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 232 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
import { Redgin } from 'https://cdn.jsdelivr.net/npm/redgin@latest/dist/redgin.min.js'

// or specific version
import { RedGin } from 'https://cdn.jsdelivr.net/npm/redgin@0.1.16/dist/redgin.min.js'
import { RedGin } from 'https://cdn.jsdelivr.net/npm/redgin@0.1.17/dist/redgin.min.js'

```

### Or Install using NPM
Expand Down Expand Up @@ -81,7 +82,7 @@ class If extends RedGin {
return `
${ watch(['isDisable'], () => html`
<button
${ this.isDisable ?? `disable`}
${ this.isDisable ? `disable` : ``}
> Submit</button>`
)
}
Expand Down
Loading

0 comments on commit 35fdf28

Please sign in to comment.