Skip to content

Commit 8156657

Browse files
committed
Make badge image right-aligned
1 parent 8a8a0be commit 8156657

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

readme.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[NPM]: https://www.npmjs.com/package/@encode42/nbs.js
44
[NPM Badge]: https://img.shields.io/npm/v/@encode42/nbs.js?label=​&color=cb0000&labelColor=cb0000&logo=npm&logoColor=white&style=flat-square
55
[Changelog]: changelog.md
6-
[Changelog Badge]: https://img.shields.io/badge/Changelog-E05735?labelColor=E05735&logo=keepachangelog&logoColor=white&style=flat-square
76
[Demo]: https://encode42.dev/nbs
87
[Demo Badge]: https://img.shields.io/badge/Demo-202b38?labelColor=202b38&logo=svelte&logoColor=white&style=flat-square
98
[Actions]: https://github.com/encode42/NBS.js/actions/workflows/build.yml
@@ -13,15 +12,13 @@
1312
[Codacy]: https://app.codacy.com/gh/encode42/NBS.js/dashboard
1413
[Codacy Badge]: https://img.shields.io/codacy/grade/68f12c67186549b88ab7ada56ac83efc?color=172B4D&labelColor=172B4D&label=​&logo=codacy&style=flat-square
1514

16-
<img src=".github/assets/badge-lq.png" align="left" id="header">
17-
<div align="right">
15+
<img src=".github/assets/badge-lq.png" align="right" id="header">
1816

1917
# NBS.js
2018
### A versatile API for reading, manipulating, and writing [OpenNBS](https://opennbs.org) files, heavily inspired by [NBSEditor](https://github.com/TheGreatFoxxy/NBSEditor/blob/408e3e58058bd72286fc7e9740d62a39a0c919dd/src/NBS.js) and [NoteBlockAPI](https://github.com/koca2000/NoteBlockAPI).
2119

22-
[![Demo Badge]][Demo] [![Docs Badge]][Docs] [![Changelog Badge]][Changelog] [![NPM Badge]][NPM]
20+
[![Demo Badge]][Demo] [![Docs Badge]][Docs] [![NPM Badge]][NPM]
2321
[![][Actions Badge]][Actions] [![][Codacy Badge]][Codacy] [![][Support Badge]][Support]
24-
</div>
2522

2623
*With the added bonus of no required dependencies!*
2724

0 commit comments

Comments
 (0)