Skip to content

Commit

Permalink
Update packages/components/src/flex/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
sarayourfriend and gziolo committed Apr 29, 2021
1 parent 3b4e53f commit 93e5902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/flex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
`Flex` is used with any of it's two sub-components, `FlexItem` and `FlexBlock`.

```jsx
import { Flex, FlexItem, FlexBlock, Text } from '@wordpress/components/ui';
import { Flex, FlexItem, FlexBlock, __experimentalText as Text } from '@wordpress/components';

function Example() {
return (
Expand Down

0 comments on commit 93e5902

Please sign in to comment.