readme-aura 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
- package/readme.source.md +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://www.npmjs.com/package/readme-aura)
|
|
2
2
|
|
|
3
3
|
Write custom **React/JSX components** directly inside your Markdown, and readme-aura will render them into beautiful SVGs that work on GitHub.
|
|
4
4
|
|
|
@@ -121,7 +121,7 @@ readme-aura ships with ready-to-use components you can drop into any ` ```aura `
|
|
|
121
121
|
<tr>
|
|
122
122
|
<td style="vertical-align: top; padding-right: 12px;">
|
|
123
123
|
<pre style="font-size: 9px; line-height: 1.3; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;"><code><SocialMediaButton
|
|
124
|
-
icon="
|
|
124
|
+
icon="***image URI***"
|
|
125
125
|
text="readme-aura"
|
|
126
126
|
backgroundColor="#111111"
|
|
127
127
|
width={150}
|
package/package.json
CHANGED
package/readme.source.md
CHANGED
|
@@ -396,7 +396,7 @@ readme-aura ships with ready-to-use components you can drop into any `` ```aura
|
|
|
396
396
|
<tr>
|
|
397
397
|
<td style="vertical-align: top; padding-right: 12px;">
|
|
398
398
|
<pre style="font-size: 9px; line-height: 1.3; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;"><code><SocialMediaButton
|
|
399
|
-
icon="
|
|
399
|
+
icon="***image URI***"
|
|
400
400
|
text="readme-aura"
|
|
401
401
|
backgroundColor="#111111"
|
|
402
402
|
width={150}
|