Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-lobby committed Jan 28, 2015
1 parent 4ceef07 commit 71eb274
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ MAJOR GOTCHA: Update your browser! There is/was a significant SVG rendering bug

You should now be able to access an index of flights at:
[localhost:8080/examples/replace/index.html?airportId=PDX](http://localhost:8080/examples/replace/index.html?airportId=PDX)

```
repeat
tell application "Google Chrome"
tell the active tab of its first window
reload
end tell
end tell
delay 1800
end repeat
```

0 comments on commit 71eb274

Please sign in to comment.