Skip to content

Commit 0cc6950

Browse files
committed
update readme
1 parent d310311 commit 0cc6950

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,29 @@
22

33
Humanizer meets all your TypeScript needs for manipulating and displaying strings, dates, times, timespans, numbers and quantities.
44

5-
[![Build Status](https://api.travis-ci.com/fakoua/humanizer.ts.svg?branch=master)](https://travis-ci.com/fakoua/humanizer.ts)
6-
[![Build Status](https://github.com/fakoua/humanizer.ts/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/fakoua/humanizer.ts/actions)
7-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffakoua%2FHumanizer.ts.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffakoua%2FHumanizer.ts?ref=badge_shield)
5+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fakoua/Humanizer.ts?style=for-the-badge)
6+
![GitHub](https://img.shields.io/github/license/fakoua/Humanizer.ts?style=for-the-badge)
7+
![GitHub last commit](https://img.shields.io/github/last-commit/fakoua/Humanizer.ts?style=for-the-badge)
8+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/fakoua/Humanizer.ts/Deno%20CI?style=for-the-badge)
89

910
### Table of contents
1011

11-
- [Usage](#usage)
12-
- [ByteSize](#bytesize)
13-
- [Vocabularies](#vocabularies)
14-
- [Ordinalize](#ordinalize)
15-
- [ToQuantity](#toquantity)
16-
- [Number to numbers](#number_to_numbers)
17-
- [Number to words](#number_to_words)
18-
- [Roman numerals](#roman_numerals)
19-
- [Metric numarals](#metric_numerals)
12+
- [Humanizer.ts](#humanizerts)
13+
- [Table of contents](#table-of-contents)
14+
- [<a id="usage">Usage</a>](#usage)
15+
- [Examples](#examples)
16+
- [<a id="bytesize">ByteSize</a>](#bytesize)
17+
- [<a id="vocabularies">Vocabularies</a>](#vocabularies)
18+
- [Pluralize](#pluralize)
19+
- [Singularize](#singularize)
20+
- [<a id="ordinalize">Ordinalize</a>](#ordinalize)
21+
- [<a id="toquantity">ToQuantity</a>](#toquantity)
22+
- [<a id="number_to_numbers">Number to numbers</a>](#number-to-numbers)
23+
- [<a id="number_to_words">Number to words</a>](#number-to-words)
24+
- [Number to ordinal words](#number-to-ordinal-words)
25+
- [<a id="roman_numerals">Roman Numerals</a>](#roman-numerals)
26+
- [<a id="metric_numerals">Metric numerals</a>](#metric-numerals)
27+
- [License](#license)
2028

2129
## <a id="usage">Usage</a>
2230

0 commit comments

Comments
 (0)