Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
NV committed Oct 19, 2010
1 parent 7110ddd commit 12cc25a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.mdown
@@ -1,19 +1,13 @@
![Opera error console, IE6 alert, Firebug, Webkit Web Inspector](http://nv.github.com/console.js/intro.png)

Different browsers, same API.
*Different browsers, same API.*

Firebug and Web Inspector both has console API support. But Opera and IE < 8 doesn't. Console.js fix it.
Both Firebug and Web Inspector have console API support. Opera and IE 8–9 kind of have it. IE≤7 doesn't have it at all.


Console.js — crossbrowser Firebug console API
Console.js — crossbrowser [Firebug console API](http://getfirebug.com/wiki/index.php/Console_API)
=============================================

[Console.js benefits](http://wiki.github.com/NV/console.js/)
---------------------

How to use
----------

>>> console.log({x:3, y:5})
{x: 3, y: 5}
>>> console.dir({x:3, y:5})
Expand All @@ -33,5 +27,5 @@ How to use
}
}

[Comparison of consoles](http://wiki.github.com/NV/console.js/comparison-of-consoles)
----------------------

[Console.js benefits](http://wiki.github.com/NV/console.js/)[Comparison of consoles](http://wiki.github.com/NV/console.js/comparison-of-consoles)

0 comments on commit 12cc25a

Please sign in to comment.