Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiCho committed Nov 28, 2023
1 parent 98eb2e2 commit 388ddb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
![golang](https://serhii.io/storage/other/timeago.png)

[![Go](https://github.com/SerhiiCho/timeago/actions/workflows/go.yml/badge.svg)](https://github.com/SerhiiCho/timeago/actions/workflows/go.yml)
[![Code Coverage](https://scrutinizer-ci.com/g/SerhiiCho/timeago/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SerhiiCho/timeago/?branch=main)
[![Code Coverage](https://scrutinizer-ci.com/g/SerhiiCho/timeago/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/SerhiiCho/timeago/?branch=main)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FSerhiiCho%2Ftimeago%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/SerhiiCho/timeago/goto?ref=main)
[![Build Status](https://scrutinizer-ci.com/g/SerhiiCho/timeago/badges/build.png?b=main)](https://scrutinizer-ci.com/g/SerhiiCho/timeago/build-status/main)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SerhiiCho/timeago/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/SerhiiCho/timeago/?branch=main)
[![GitHub](https://img.shields.io/github/license/SerhiiCho/timeago)](https://github.com/SerhiiCho/timeago/blob/master/LICENSE.md)
[![GitHub](https://img.shields.io/github/license/SerhiiCho/timeago)](https://github.com/SerhiiCho/timeago/blob/main/LICENSE.md)

Fast and lightweight date time package that converts given date into "n time ago" format. The package has many cool features and several supported languages.

### Follow the [Official documentation](https://serhiicho.github.io/timeago-docs/) for all the details

- [🗒 Documentation](https://serhiicho.github.io/timeago-docs/)
- [🗒 Release notes](https://github.com/SerhiiCho/timeago/blob/master/CHANGELOG.md)
- [🗒 Release notes](https://github.com/SerhiiCho/timeago/blob/main/CHANGELOG.md)
- [📖 Example usage on repl.it](https://replit.com/@SerhiiCho/Usage-of-timeago-package)

## 🚀 Quick Start
Expand Down

0 comments on commit 388ddb3

Please sign in to comment.