Skip to content

Commit

Permalink
fix indent in README
Browse files Browse the repository at this point in the history
  • Loading branch information
KOBA789 committed Dec 13, 2012
1 parent f82852f commit 374a32e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -10,10 +10,10 @@ npm install agent-install


```javascript ```javascript
var asset = require('assert'), var asset = require('assert'),
agent = require('agent-line'), agent = require('agent-line'),
Device = agent.Device, Device = agent.Device,
OS = agent.OS, OS = agent.OS,
Carrier = agent.Carrier; Carrier = agent.Carrier;


var iPhone = agent.lookup('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25'); var iPhone = agent.lookup('Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25');


Expand Down

0 comments on commit 374a32e

Please sign in to comment.