8000 Merge pull request #35 from atouchet/readme · unicode-rs/unicode-xid@c548e14 · GitHub
[go: up one dir, main page]

Skip to content

Commit c548e14

Browse files
authored
Merge pull request #35 from atouchet/readme
Fix build status badge and update Readme
2 parents 781b5b3 + 71c87e9 commit c548e14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# unicode-xid
22

33
Determine if a `char` is a valid identifier for a parser and/or lexer according to
4-
[Unicode Standard Annex #31](http://www.unicode.org/reports/tr31/) rules.
4+
[Unicode Standard Annex #31](https://www.unicode.org/reports/tr31/) rules.
55

6-
[![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)
6+
[![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)
77

88
[Documentation](https://unicode-rs.github.io/unicode-xid/unicode_xid/index.html)
99

@@ -28,21 +28,21 @@ on std, and instead uses equivalent functions from core.
2828

2929
## 0.2.4
3030

31-
- Update to Unicode 15.0.0
31+
- Update to Unicode 15.0.0.
3232
- Replace `const` tables with `static` tables.
3333

3434
## 0.2.3
3535

36-
- Update to Unicode 14.0.0
36+
- Update to Unicode 14.0.0.
3737

3838
## 0.2.2
3939

40-
- Add an ASCII fast-path
40+
- Add an ASCII fast-path.
4141

4242
## 0.2.1
4343

44-
- Update to Unicode 13.0.0
45-
- Speed up lookup
44+
- Update to Unicode 13.0.0.
45+
- Speed up lookup.
4646

4747
## 0.2.0
4848

0 commit comments

Comments
 (0)
0