aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-11-29 08:31:30 +0700
committerShulhan <ms@kilabit.info>2018-11-29 08:31:30 +0700
commitdf78f9b1377a038663fbcb024dbe11f617922d42 (patch)
treeb96f5b203434aab4cd76c94267a78516477f7286
parentf28840b34bf8563b50e9275f6e620bcc98307acc (diff)
downloadpakakeh.go-df78f9b1377a038663fbcb024dbe11f617922d42.tar.xz
README: update the formatting
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 661f130a..9f22b09e 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A collection of libraries and tools written in Go.
- `gofmtcomment`: Program to convert "/\*\*/" comment into "//".
-## Library
+## Libraries
- `bytes`: Package bytes provide a library for working with byte or slice of
bytes.
@@ -64,7 +64,8 @@ memory.
- `numbers`: Package numbers provide miscellaneous functions for working with
integer, float, slice of integer, and slice of floats.
-- `runes`: Package runes provide a library for working with a single rune or slice of rune.
+- `runes`: Package runes provide a library for working with a single rune or
+slice of rune.
- `strings`: Package string provide a library for working with string or slice
of string.