From 7794cc55b577ebe86bb3aead05bfabdb6d1c8876 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Sat, 12 Aug 2023 23:02:45 +0300 Subject: [PATCH 1/2] Improve README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a102fd4..c747c8a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@
-`aligo` is a utility for checking and viewing Golang struct alignment info. +_aligo_ is a utility for checking and viewing Golang struct alignment info. ### Screenshots @@ -25,7 +25,7 @@ #### From source -To build the `aligo` from scratch, make sure you have a working Go 1.18+ workspace (_[instructions](https://go.dev/doc/install)_), then: +To build the _aligo_ from scratch, make sure you have a working Go 1.18+ workspace (_[instructions](https://go.dev/doc/install)_), then: ``` go install github.com/essentialkaos/aligo@latest From d7126dc92554b74ad10d15f34780a86c78f58eb7 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Sat, 12 Aug 2023 23:07:38 +0300 Subject: [PATCH 2/2] Improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c747c8a..8eab5b4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@
-_aligo_ is a utility for checking and viewing Golang struct alignment info. +𝑎𝑙𝑖𝑔𝑜 is a utility for checking and viewing Golang struct alignment info. ### Screenshots