Skip to content

Commit 02186ca

Browse files
committed
docs: correct the casing of the section titles
1 parent b9050b7 commit 02186ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please also make sure that you have `typescript` and `eslint` installed.
2626

2727
Because of the complexity of this config, it is exported as a factory function that takes an options object and returns an ESLint configuration object.
2828

29-
### Minimal setup
29+
### Minimal Setup
3030

3131
```js
3232
// eslint.config.mjs
@@ -43,7 +43,7 @@ The above configuration enables [the essential rules for Vue 3](https://eslint.v
4343

4444
All the `<script>` blocks in `.vue` files *MUST* be written in TypeScript (should be either `<script setup lang="ts">` or `<script lang="ts">`).
4545

46-
### Advanced setup
46+
### Advanced Setup
4747

4848
```js
4949
// eslint.config.mjs

0 commit comments

Comments
 (0)