Skip to content

Commit 837fe13

Browse files
authored
Fix HTML tag closure in contributors section
Fixed HTML tag closure for contributor entries.
1 parent f02ffd1 commit 837fe13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ go test ./... -v
128128
## License
129129

130130
This project is open-source and available under the MIT License.
131+
131132
## Contributors
132133
Thanks go to these wonderful people
133134
<table>
@@ -150,7 +151,7 @@ Thanks go to these wonderful people
150151
<b>Samet</b>
151152
</sub>
152153
</a>
153-
</td
154+
</td>
154155
<td align="center">
155156
<a href="https://github.com/lordixir">
156157
<img src="https://avatars.githubusercontent.com/u/38049901?v=4" width="100px;" alt=""/>
@@ -159,8 +160,9 @@ Thanks go to these wonderful people
159160
<b>Murat</b>
160161
</sub>
161162
</a>
162-
</td
163+
</td>
163164
</tr>
164165
</tbody>
165166
</table>
166167

168+

0 commit comments

Comments
 (0)