Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 19, 2014
1 parent cc58e82 commit ae68d94
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 @@ -35,7 +35,13 @@ http.createServer(statsc.http).listen(8127, function() {

### Client

In your `<head>`:
Include the client script in your `<head>`:

```html
<script src="client.js"></script>
```

For testing you can serve it from rawgithub.com:

```html
<script src="https://rawgithub.com/godmodelabs/statsc/master/client.js"></script>
Expand Down

0 comments on commit ae68d94

Please sign in to comment.