From bf72a7ee67f11b6767ddb94d5c348147b3f3a0d7 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:07:24 +0200 Subject: [PATCH] Update README.md Improved readability by capitalizing a letter and adding missing colons (:) in multiple places. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c77f322e..cbe377cb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ tables. This directory will also serve as a cache. ## Testing -Run +Run: go test ./... @@ -38,7 +38,7 @@ ICU conformance tests (if available). This requires that you have the correct ICU version installed on your system. TODO: -- updating unversioned source files. +- Updating unversioned source files. ## Generating Tables @@ -53,7 +53,7 @@ tables. This directory will also serve as a cache. ## Versions -To update a Unicode version run +To update a Unicode version run: UNICODE_VERSION=x.x.x go generate @@ -61,7 +61,7 @@ where `x.x.x` must correspond to a directory in https://www.unicode.org/Public/. If this version is newer than the version in core it will also update the relevant packages there. The idna package in x/net will always be updated. -To update a CLDR version run +To update a CLDR version run: CLDR_VERSION=version go generate