From b45077c47e3974e0974ae70b3504a4ae6ecf1d8b Mon Sep 17 00:00:00 2001 From: ZhengYuan Loo Date: Sun, 4 Apr 2021 13:44:34 +0800 Subject: [PATCH] chore: readme formatting (#34) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f1362..81839a8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The `grench` (_derived from the words 'go' and 'wrench'_) project aims to provide an importable, version-controlled package for commonly-used utility packages. These packages are usually too trivial to have its own dedicated package, yet pasting them into all your Go applications makes it hard to maintain whenever there are changes/fixes. The `grench` package provides all of these so you can focus on getting your Go application up and running. -Packages are not guaranteed to have a stable API and may be subjected to change. Packages may also graduate into its library and be removed from `grench` eventually. All of these changes will be documented accordingly in the [CHANGELOG](CHANGELOG.md) +Packages are not guaranteed to have a stable API and may be subjected to change. Packages may also graduate into its library and be removed from `grench` eventually. All of these changes will be documented accordingly in the [CHANGELOG](CHANGELOG.md). ## Install