Skip to content

Commit 609c281

Browse files
committed
docs(readme): Add fedback title
1 parent 179b8b9 commit 609c281

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This babel plugin adds the component name as a `data-qa` in each React Component
66
<table>
77
<tr>
88
<th>Before</th>
9-
<th>After</th>
9+
<th>After</th>
1010
</tr>
1111
<tr>
1212
<td>
@@ -114,7 +114,7 @@ PRs for additional features are welcome!
114114

115115
There's still a few feature that are missing, for example each change of the state of the component is added as a `data-qa-state` into the DOM. Support for more libraries.
116116

117-
I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbook) about how to write babel plugins in order to learn.
117+
I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbook) about how to write babel plugins in order to learn.
118118

119119
- Clone the repo: `git clone https://github.com/davesnx/babel-plugin-transform-react-qa-classes`
120120
- Fork it & set origin as this repo: `git remote set-url origin https://github.com/YOUR_USERNAME/babel-plugin-transform-react-qa-classes.git`
@@ -124,8 +124,10 @@ I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbo
124124

125125
In order to do the commits I prefer to use [Commitizen](https://github.com/commitizen/cz-cli) and there's a githook setted up when you push it runs the tests.
126126

127-
Is your company using it? I would love to know more!
128-
Could you answer this small [typeform](https://davesnx.typeform.com/to/JrKgBc) :P
127+
## Feedback
128+
129+
Is your company using it? I would love to know more!
130+
Could you answer this small [Typeform](https://davesnx.typeform.com/to/JrKgBc) :P
129131

130132
## License
131133
MIT

0 commit comments

Comments
 (0)