We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1611f40 commit 016bff8Copy full SHA for 016bff8
README.md
@@ -89,7 +89,7 @@ means attention to detail and knowledge of required props is necessary. It is al
89
to make sure all components have closing tags. Here are some examples.
90
91
With Children:
92
-```mdxjs
+```mdx
93
<OfficerBio imageSrc="/officer-images/will.jpg">
94
95
## Will Smith
@@ -100,7 +100,7 @@ With Children:
100
```
101
102
Without Children:
103
104
<Divider width="80%"/>
105
106
@@ -147,4 +147,4 @@ Guide for the Blog can be found [here](./blog.md).
147
148
## Technical Documentation
149
150
-Guide for the Technical Documentation can be found [here](./tech-docs.md).
+Guide for the Technical Documentation can be found [here](./tech-docs.md).
0 commit comments