Skip to content

Commit

Permalink
Add example of humanized URLs to README
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Nov 28, 2014
1 parent 1206a07 commit 0b489f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,13 @@ $ npm install --global psi
You can then casually use it with your key:

```sh
$ psi http://www.google.com --key 'YOUR_KEY_GOES_HERE'
$ psi http://www.todomvc.com --key 'YOUR_KEY_GOES_HERE'
```

Humanized URLs are also supported. For example:

```
$ psi todomvc.com
```

Similar to gpagespeed, the following optional flags are also supported:
Expand Down

0 comments on commit 0b489f5

Please sign in to comment.