Skip to content

Commit 78ee625

Browse files
committed
Use the new name of the js file.
1 parent 03e3796 commit 78ee625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It is intended to fully and completely match browser behavior
2121
Using the Library
2222
-----------------
2323

24-
Include `css-parser.js` in your page.
24+
Include `parse-css.js` in your page.
2525
Then just call the desired parsing function,
2626
named after the algorithms in the spec:
2727
`parseAStylesheet()`, etc.
@@ -67,6 +67,6 @@ because they're named exactly the same as the corresponding section of the Synta
6767
Node Integration
6868
----------------
6969

70-
`css-parser.js` uses the UMD module pattern,
70+
`parse-css.js` uses the UMD module pattern,
7171
exporting the parser functions, the `tokenize()` function,
7272
and all of the classes used by the parser and tokenizer.

0 commit comments

Comments
 (0)