Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| index 5091a1e387bd4d726091527c31adb83142427f9c..61962965843e3337affb7744c6ec5be628f5dae8 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -50,6 +50,9 @@ all globs use POSIX path syntax, including using `/` as a directory separator |
| regardless of which platform they're on. This is true even for Windows roots; |
| for example, a glob matching all files in the C drive would be `C:/*`. |
| +Globs are case-sensitive by default on Posix systems and browsers, and |
| +case-sensitive by default on Windows. |
|
Bob Nystrom
2015/12/02 01:01:43
"insensitive"
nweiz
2015/12/02 01:33:01
Done.
|
| + |
| ### Match any characters in a filename: `*` |
| The `*` character matches zero or more of any character other than `/`. This |