From e325cfbe0bbc3e9204830001aa79cf11e0c58cca Mon Sep 17 00:00:00 2001 From: Dave McEwan <638426+DaveMcEwan@users.noreply.github.com> Date: Mon, 16 May 2022 16:53:07 +0100 Subject: [PATCH] Minor update of spelling/grammar in README. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4a746a..8768c63 100644 --- a/README.md +++ b/README.md @@ -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