aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2022-12-16 17:02:14 -0800
committerGitHub <noreply@github.com>2022-12-16 17:02:14 -0800
commit71c87e95b2c01b3b49e173fcd338fa7c39d17c71 (patch)
tree76d0a3bf0f02f35b496029f363004362821795fd
parent781b5b3bd7a1dc6d9ea9288d32f2fb7964607202 (diff)
downloadunicode-xid-71c87e95b2c01b3b49e173fcd338fa7c39d17c71.tar.gz
Fix build status badge and update Readme
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7476843..c7be2aa 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# unicode-xid
Determine if a `char` is a valid identifier for a parser and/or lexer according to
-[Unicode Standard Annex #31](http://www.unicode.org/reports/tr31/) rules.
+[Unicode Standard Annex #31](https://www.unicode.org/reports/tr31/) rules.
-[![Build Status](https://img.shields.io/github/workflow/status/unicode-rs/unicode-xid/CI/master)](https://github.com/unicode-rs/unicode-xid/actions?query=branch%3Amaster)
+[![Build Status](https://img.shields.io/github/actions/workflow/status/unicode-rs/unicode-xid/ci.yml?branch=master)](https://github.com/unicode-rs/unicode-xid/actions?query=branch%3Amaster)
[Documentation](https://unicode-rs.github.io/unicode-xid/unicode_xid/index.html)
@@ -28,21 +28,21 @@ on std, and instead uses equivalent functions from core.
## 0.2.4
-- Update to Unicode 15.0.0
+- Update to Unicode 15.0.0.
- Replace `const` tables with `static` tables.
## 0.2.3
-- Update to Unicode 14.0.0
+- Update to Unicode 14.0.0.
## 0.2.2
-- Add an ASCII fast-path
+- Add an ASCII fast-path.
## 0.2.1
-- Update to Unicode 13.0.0
-- Speed up lookup
+- Update to Unicode 13.0.0.
+- Speed up lookup.
## 0.2.0