Skip to content

Commit 6bf6fa9

Browse files
author
Johan Steffner
committed
Merge branch 'master' of github.com:johansteffner/responsive.js
2 parents 3ba1a67 + fc478e0 commit 6bf6fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Example
1010
"portable": "screen and (max-width: 1023px)",
1111
"desk": "screen and (min-width: 1024px)",
1212
});
13-
console.log(responsive.is('desk'));
13+
14+
console.log(r.is('desk'));

0 commit comments

Comments
 (0)