You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This script helps you identify which elements are out of order.
22
22
23
23
For applications that add lots of dynamic content to the `<head>` on the client, it'd be more accurate to look at the server-rendered `<head>` instead.
24
24
25
-
## Programmatic API (v2.0)
25
+
## Programmatic API (v2)
26
26
27
27
You can also use capo.js programmatically to analyze HTML `<head>` elements in Node.js or other JavaScript environments.
28
28
@@ -32,17 +32,26 @@ You can also use capo.js programmatically to analyze HTML `<head>` elements in N
0 commit comments