Skip to content

Commit fc478e0

Browse files
committed
Update README.md
1 parent 5338996 commit fc478e0

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)