Skip to content

Commit 1fa21d5

Browse files
committed
Tweaked format
1 parent 63e2b81 commit 1fa21d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ Begin by installing the library from NPM:
2424
npm install react-window
2525
```
2626

27+
## TypeScript types
28+
29+
TypeScript definitions are included within the published `dist` folder
30+
2731
## Documentation
2832

2933
Documentation for this project is available at [react-window.vercel.app](https://react-window.vercel.app/).
3034

3135
> **Note**: Older version 1.x documentation can be found at [react-window-v1.vercel.app](https://react-window-v1.vercel.app/) or on the NPM page for a specific version, e.g. [1.8.11](https://www.npmjs.com/package/react-window/v/1.8.11).)
3236
33-
## TypeScript types
34-
35-
TypeScript definitions are included within the published `dist` folder
36-
37-
## Components
37+
### Components
3838

39-
### List
39+
#### List
4040

4141
<!-- List:begin -->
4242

@@ -204,7 +204,7 @@ Can be used to override the root HTML element rendered by the List component. Th
204204

205205
<!-- List:end -->
206206

207-
### Grid
207+
#### Grid
208208

209209
<!-- Grid:begin -->
210210

0 commit comments

Comments
 (0)