Skip to content

Commit e5e6330

Browse files
committed
fix: typo
1 parent 9707fec commit e5e6330

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install
2323
run: nci
2424

25+
- name: Build
26+
run: nr build
27+
2528
- name: Lint
2629
run: nr lint
2730

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const text = inject('text', token)
147147
const { base64 } = $useBase64$(text)
148148
;[base64]
149149
// convert to:
150-
let { base64 } = $useBase64(text)
150+
let { base64 } = useBase64(text.value)
151151
;[base64.value]
152152
153153
provide$('base64', base64)

0 commit comments

Comments
 (0)