diff --git a/README.md b/README.md index 3676218..a1e3fb3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sv-parser -Parser library for SystemVerilog ([IEEE 1800-2017](https://standards.ieee.org/standard/1800-2017.html)). +SystemVerilog parser library fully complient with [IEEE 1800-2017](https://standards.ieee.org/standard/1800-2017.html). [![Actions Status](https://github.com/dalance/sv-parser/workflows/Rust/badge.svg)](https://github.com/dalance/sv-parser/actions) [![Crates.io](https://img.shields.io/crates/v/sv-parser.svg)](https://crates.io/crates/sv-parser) diff --git a/sv-parser/Cargo.toml b/sv-parser/Cargo.toml index 78561d4..f8237d6 100644 --- a/sv-parser/Cargo.toml +++ b/sv-parser/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["parser", "verilog", "systemverilog"] categories = ["parsing"] license = "MIT OR Apache-2.0" readme = "../README.md" -description = "Parser library for SystemVerilog" +description = "SystemVerilog parser library fully complient with IEEE 1800-2017" edition = "2018" [features]