Skip to content

Commit

Permalink
update example to april
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Sep 3, 2012
1 parent b08054c commit 4438b56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/index.html
Expand Up @@ -83,16 +83,16 @@ <h1 style="margin-bottom:0.5em">
</thead>
<tbody>
<tr>
<td>Activity for March 11, 2012 at 3PM PST</td>
<td><code>wget http://data.githubarchive.org/2012-03-11-15.json.gz</code></td>
<td>Activity for April 11, 2012 at 3PM PST</td>
<td><code>wget http://data.githubarchive.org/2012-04-11-15.json.gz</code></td>
</tr>
<tr>
<td>Activity for March 11, 2012</td>
<td><code>wget http://data.githubarchive.org/2012-03-11-{0..23}.json.gz</code></td>
<td>Activity for April 11, 2012</td>
<td><code>wget http://data.githubarchive.org/2012-04-11-{0..23}.json.gz</code></td>
</tr>
<tr>
<td>Activity for March 2012</td>
<td><code>wget http://data.githubarchive.org/2012-03-{01..31}-{0..23}.json.gz</code></td>
<td>Activity for April 2012</td>
<td><code>wget http://data.githubarchive.org/2012-04-{01..31}-{0..23}.json.gz</code></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 4438b56

Please sign in to comment.