We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e3796 commit 78ee625Copy full SHA for 78ee625
README.md
@@ -21,7 +21,7 @@ It is intended to fully and completely match browser behavior
21
Using the Library
22
-----------------
23
24
-Include `css-parser.js` in your page.
+Include `parse-css.js` in your page.
25
Then just call the desired parsing function,
26
named after the algorithms in the spec:
27
`parseAStylesheet()`, etc.
@@ -67,6 +67,6 @@ because they're named exactly the same as the corresponding section of the Synta
67
Node Integration
68
----------------
69
70
-`css-parser.js` uses the UMD module pattern,
+`parse-css.js` uses the UMD module pattern,
71
exporting the parser functions, the `tokenize()` function,
72
and all of the classes used by the parser and tokenizer.
0 commit comments