Skip to content

Commit 1c3caae

Browse files
author
Timo Bechtel
committed
docs(README): update layout
1 parent 117b0d9 commit 1c3caae

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
<h1 align="center">@compactjs/parse-time</h1>
2-
<p>
2+
<h3 align="center">Tiny time parser</h3>
3+
<p align="center">
34
<a href="https://www.npmjs.com/package/@compactjs/parse-time" target="_blank">
45
<img alt="Version" src="https://img.shields.io/npm/v/@compactjs/parse-time.svg">
56
</a>
67
<a href="https://github.com/CompactJS/parse-time/blob/master/LICENSE" target="_blank">
78
<img alt="License: MIT" src="https://img.shields.io/github/license/CompactJS/parse-time" />
89
</a>
910
</p>
11+
<p align="center">
12+
·
13+
<a href="https://github.com/CompactJS/parse-time#readme">Homepage</a>
14+
·
15+
<a href="https://github.com/CompactJS/parse-time/issues">Report Bug / Request Feature</a>
16+
·
17+
</p>
1018

11-
> A Tiny time parser
12-
>
13-
> >
19+
## Table of Contents
1420

15-
### 🏠 [Homepage](https://github.com/CompactJS/parse-time#readme)
21+
- [Installation](#Install)
22+
- [Usage](#usage)
23+
- [Test](#run-tests)
24+
- [Contact](#contact)
25+
- [Contributing](#Contributing)
26+
- [License](#license)
1627

1728
## Install
1829

@@ -48,28 +59,26 @@ parse('13:30'); // => 13.5
4859
npm run test
4960
```
5061

51-
## Author
62+
## Contact
5263

5364
👤 **Timo Bechtel <timo@bechtel.solutions>**
5465

5566
- Website: https://timobechtel.com
56-
- Twitter: [@TimoBechtel](https://twitter.com/TimoBechtel)
57-
- GitHub: [@TimoBechtel](https://github.com/TimoBechtel)
67+
- Twitter: [@TimoBechtel](https://twitter.com/TimoBechtel)
68+
- GitHub: [@TimoBechtel](https://github.com/TimoBechtel)
5869

5970
## 🤝 Contributing
6071

6172
Contributions, issues and feature requests are welcome!<br />
6273

63-
1. Check issues
74+
1. Check [issues](<%= issuesUrl %>)
6475
1. Fork the Project
6576
1. Create your Feature Branch (`git checkout -b feat/AmazingFeature`)
6677
1. Test your changes `npm run test`
6778
1. Commit your Changes (`git commit -m 'feat: add amazingFeature'`)
6879
1. Push to the Branch (`git push origin feat/AmazingFeature`)
6980
1. Open a Pull Request
7081

71-
Feel free to check [issues page](https://github.com/CompactJS/parse-time/issues).
72-
7382
### Commit messages
7483

7584
This project uses semantic-release for automated release versions. So commits in this project follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) guidelines. I recommend using [commitizen](https://github.com/commitizen/cz-cli) for automated commit messages.

0 commit comments

Comments
 (0)