Skip to content

Commit 3d66eed

Browse files
authored
Fix heading levels in README (#92)
1 parent 98c45e5 commit 3d66eed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/astro-auto-import/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ imports: [
116116

117117
This config will import the Astro component in `src/components/B.astro` but make it available as `<RenamedB />`.
118118

119-
###### Equivalent to
119+
##### Equivalent to
120120

121121
```js
122122
import { default as RenamedB } from './src/components/B.astro';
@@ -136,7 +136,7 @@ imports: [
136136

137137
This config would import all the components in an index file, making them available as `<Components.A />`, `<Components.B />` etc.
138138

139-
###### Equivalent to
139+
##### Equivalent to
140140

141141
```js
142142
import * as Components from './src/components/index';

0 commit comments

Comments
 (0)