readme-aura 0.1.4 → 0.1.7
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 +1 -1
- package/action.yml +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
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
|
|
package/action.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
name: '
|
|
2
|
-
description: 'Next-Gen README generator
|
|
3
|
-
author: '
|
|
1
|
+
name: 'readme-aura'
|
|
2
|
+
description: 'Next-Gen README generator - render React/JSX components to beautiful SVG inside Markdown'
|
|
3
|
+
author: 'collectioneur'
|
|
4
4
|
|
|
5
5
|
branding:
|
|
6
|
-
icon: '
|
|
6
|
+
icon: 'image'
|
|
7
7
|
color: 'purple'
|
|
8
8
|
|
|
9
9
|
inputs:
|