Skip to content

Commit 67222ff

Browse files
author
Marc J. Schmidt
committed
Update README.md
1 parent 3776c63 commit 67222ff

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ This means:
77

88
- High-speed.
99
- No interval/timeout detection. It's truly event-based.
10-
- No CSS modifications.
11-
- Valid CSS Syntax.
10+
- No CSS modifications. Valid CSS Syntax.
1211
- All CSS selectors available. It uses the normal attribute selector.
1312
- Support for webkit/gecko/internet explorer.
1413
- `min-width`, `min-height`, `max-width` and `max-height` are yet supported.
@@ -29,4 +28,10 @@ Example
2928
}
3029
```
3130

31+
Include then the javascript file at the bottom and you're good to go. No custom javascript calls needed.
32+
33+
```html
34+
<script src="src/ElementQueries.js"></script>
35+
```
36+
3237
Info: This is a first very experimental version! You should not use it yet.

0 commit comments

Comments
 (0)