Skip to content

Commit

Permalink
Merge pull request #336 from rebeccaalpert/readme-update
Browse files Browse the repository at this point in the history
chore(docs): Update README
  • Loading branch information
nicolethoen authored Nov 22, 2024
2 parents 48b38e5 + db87ace commit 3a2847a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export const MyComponent: React.FunctionComponent<MyComponentProps> = ({ customL

#### Markdown file example:

Note: You'll need to add any imports required in a component usage file example like MyComponentExample.tsx, below, here as well.

````
---
section: extensions
Expand All @@ -110,6 +112,8 @@ MyComponent has been created to demo contributing to this repository.

#### Component usage file example: (`MyComponentExample.tsx`)

Note: You'll need to add any imports required here in the parent folder's markdown file as well.

```
import React from 'react';
Expand Down

0 comments on commit 3a2847a

Please sign in to comment.