From 47f756cb35ad0083c9a97fb1aa00be7595c465ac Mon Sep 17 00:00:00 2001 From: Kei Kamikawa Date: Mon, 13 Nov 2023 00:24:00 +0900 Subject: [PATCH] s/library/framework --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f20470..96737fb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# 🕰️ Synchro: Timezone-typesafe date and time library for Go +# 🕰️ Synchro: Timezone-typesafe date and time framework for Go [![test](https://github.com/Code-Hex/synchro/actions/workflows/test.yml/badge.svg)](https://github.com/Code-Hex/synchro/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/Code-Hex/synchro/graph/badge.svg?token=VWPbmNRHw8)](https://codecov.io/gh/Code-Hex/synchro) [![Go Reference](https://pkg.go.dev/badge/github.com/Code-Hex/synchro/.svg)](https://pkg.go.dev/github.com/Code-Hex/synchro/) -This library is inspired by Rust [chrono](https://github.com/chronotope/chrono) +This is inspired by Rust [chrono](https://github.com/chronotope/chrono) ## Features