Skip to content

Commit 9794114

Browse files
committed
docs: fix liuk and add coverage badge
1 parent 32706db commit 9794114

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![build](https://github.com/visualon/cssparser/actions/workflows/build.yml/badge.svg)](https://github.com/visualon/cssparser/actions/workflows/build.yml)
22
[![VisualOn.CSSParser](https://img.shields.io/nuget/v/VisualOn.CSSParser?label=VisualOn.CSSParser)](https://www.nuget.org/packages/VisualOn.CssParser)
33
[![VisualOn.CSSParser.ExtendedLESSParser](https://img.shields.io/nuget/v/VisualOn.CSSParser.ExtendedLESSParser?label=VisualOn.CSSParser.ExtendedLESSParser)](https://www.nuget.org/packages/VisualOn.CssParser.ExtendedLESSParser)
4+
[![codecov](https://codecov.io/gh/visualon/cssparser/branch/main/graph/badge.svg?token=EEGfq3zpqS)](https://codecov.io/gh/visualon/cssparser)
45
![LICENSE](https://img.shields.io/github/license/visualon/cssparser)
56

67
# CSS Parser
@@ -10,10 +11,10 @@ This is a fork from [Dan Roberts](https://bitbucket.org/DanRoberts/cssparser).
1011
A simple CSS and LESS parser to categorise strings of content and optionally generate a hierarchical representation of it.
1112

1213
## Changes
13-
See [Releases](/visualon/cssparser/releases)
14+
See [Releases](https://github.com/visualon/cssparser/releases)
1415

1516
## License
16-
[MIT License](LICENSE)
17+
[MIT License](LICENSE.txt)
1718

1819

1920
### Howto

0 commit comments

Comments
 (0)