Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 5d78c96

Browse files
committed
Update example link
1 parent 62f7170 commit 5d78c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# isSelectorSupported
22

3-
Determine support for CSS selectors by invoking the `insertRule` method of stylesheets within a try/catch block as unsupported values will throw an error. See a [working example](http://codepen.io/ryanmorr/full/qddQPV/) for all CSS selectors currently defined in the specification (L1-L4).
3+
Determine support for CSS selectors by invoking the `insertRule` method of stylesheets within a try/catch block as unsupported values will throw an error. See a [working example](http://ryanmorr.github.io/demos/is-selector-supported/) for all CSS selectors currently defined in the specification (L1-L4).
44

55
## Usage
66

0 commit comments

Comments
 (0)