Skip to content

Commit 1a2c5e1

Browse files
committed
New readme header
1 parent fea44b8 commit 1a2c5e1

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

README.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
# Studio Changes
2-
3-
[![Build Status]](https://travis-ci.org/javascript-studio/studio-changes)
4-
[![SemVer]](http://semver.org)
5-
[![License]](https://github.com/javascript-studio/studio-changes/blob/master/LICENSE)
6-
7-
📦 Generate a changelog as part of the [npm version command][1].
1+
<h1 align="center">
2+
Studio Changes
3+
</h1>
4+
<p align="center">
5+
📦 Generate a changelog as part of the <a href="https://docs.npmjs.com/cli/version">npm version command</a>
6+
</p>
7+
<p align="center">
8+
<a href="https://travis-ci.org/javascript-studio/studio-changes">
9+
<img src="https://img.shields.io/travis/javascript-studio/studio-changes/master.svg" alt="Build Status">
10+
</a>
11+
<a href="https://www.npmjs.com/package/@studio/changes">
12+
<img src="https://img.shields.io/npm/v/@studio/changes.svg" alt="npm Version">
13+
</a>
14+
<a href="https://semver.org">
15+
<img src="https://img.shields.io/:semver-%E2%9C%93-blue.svg" alt="SemVer">
16+
</a>
17+
<a href="https://github.com/javascript-studio/studio-changes/blob/master/LICENSE">
18+
<img src="https://img.shields.io/npm/l/@studio/changes.svg" alt="License">
19+
</a>
20+
</p>
821

922
## Usage
1023

@@ -43,7 +56,7 @@ The scripts can also be added with `changes --init`, if they do not exist yet:
4356
$ node_modules/.bin/changes --init
4457
```
4558

46-
Or with [npx][2]:
59+
Or with [npx][1]:
4760

4861
```bash
4962
$ npx changes --init
@@ -89,10 +102,6 @@ $ npx changes
89102

90103
MIT
91104

92-
<div align="center">Made with ❤️ on 🌍</div>
105+
<p align="center">Made with ❤️ on 🌍<p>
93106

94-
[1]: https://docs.npmjs.com/cli/version
95-
[2]: https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b
96-
[Build Status]: https://img.shields.io/travis/javascript-studio/studio-changes/master.svg
97-
[SemVer]: https://img.shields.io/:semver-%E2%9C%93-brightgreen.svg
98-
[License]: https://img.shields.io/npm/l/@studio/changes.svg
107+
[1]: https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b

0 commit comments

Comments
 (0)