Skip to content

Commit

Permalink
i.e. to e.g. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSapiens authored and RyanZim committed Aug 8, 2018
1 parent d768037 commit c9d0959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ If no input files are passed, it reads from stdin. If neither -o, --dir, or
If there are multiple input files, the --dir or --replace option must be passed.
Input files may contain globs (ie: src/**/*.css). If you pass an input directory, it will process
Input files may contain globs (e.g. src/**/*.css). If you pass an input directory, it will process
all files in the directory and any subdirectories, respecting the glob pattern.
```

Expand Down
2 changes: 1 addition & 1 deletion lib/args.js
Expand Up @@ -134,7 +134,7 @@ Usage:
If there are multiple input files, the --dir or --replace option must be passed.
Input files may contain globs (ie: src/**/*.css). If you pass an input directory, it will process all files in the directory and any subdirectories, respecting the glob pattern.
Input files may contain globs (e.g. src/**/*.css). If you pass an input directory, it will process all files in the directory and any subdirectories, respecting the glob pattern.
For more details, please see https://github.com/postcss/postcss-cli`
).argv

0 comments on commit c9d0959

Please sign in to comment.