Skip to content

Commit fac9b98

Browse files
authored
fix(deploy-prerelease): Update README.md
Reran prerelease due to multiple builds running at the same time.
1 parent 5e55a60 commit fac9b98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# PatternFly Data view
22

3-
This repo contains React Data view implementation.
3+
This repo contains React Data view implementation.
44

55
---
6-
## Contribution guide
6+
## Contribution guide
77

88
### To add a data view sub-component:
99
1. create a folder in `src/` matching its name (for example `src/MyComponent`)
1010
2. to the new folder add a new `.tsx` file named after the component (for example `src/MyComponent/MyComponent.tsx`)
1111
3. to the same folder include an `index.ts` which will export the component as a default and then all necessary interfaces
1212
4. if this file structure is not met, your component won't be exposed correctly
1313

14-
#### Example component:
14+
#### Example component:
1515
```
1616
import * as React from 'react';
1717
import { Text } from '@patternfly/react-core';

0 commit comments

Comments
 (0)