Skip to content

Commit d4c7b2a

Browse files
authored
Update README.md
1 parent 3ddca08 commit d4c7b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default defineNuxtConfig({
3636

3737
```html
3838
<script setup>
39-
// Need the base url or it will load forever
39+
// Base url is required
4040
const { data } = useFetch('http://localhost:3000/api/todos')
4141
</script>
4242
```

0 commit comments

Comments
 (0)