Skip to content

Commit 8c37b71

Browse files
bovas85mathiasbynens
authored andcommitted
Removed case-insensitive example (#11)
This would lead to compatibility issues and more issues opened.
1 parent b036d33 commit 8c37b71

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ Then, in [Node.js](https://nodejs.org/):
2222

2323
```js
2424
require('css.escape');
25-
26-
// On Windows and on Mac systems with default settings, case doesn’t matter,
27-
// which allows you to do this instead:
28-
require('CSS.escape');
2925
```
3026

3127
## Author

0 commit comments

Comments
 (0)