Merge pull request #1 from DaveMcEwan/patch-1

Minor update of spelling/grammar in README.
This commit is contained in:
Aadi Desai 2022-05-16 22:52:20 +01:00 committed by GitHub
commit 373fb8948c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,10 @@
# SystemVerilog Filelist Parser
A library in Rust to parse a SystemVerilog Filelist and return
a list of files, include directories and defines.
A Rust library to parse a SystemVerilog Filelist and return lists of files,
include directories, and preprocessor macro definitions.
Environment variables optionally enclosed in paranthesis or
curly braces (i.e. `$`, `$()` or `${}`) will be automatically
substituted.
Environment variables, optionally enclosed in parenthesis or curly braces
(e.g. `$FOO`, `$(FOO)` or `${FOO}`), will be substituted.
## Example