Skip to content

Commit

Permalink
docs: add notice about casing in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester authored and dignifiedquire committed Apr 28, 2017
1 parent e93d1e3 commit 722bbbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dev/04-public-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ var server = new Server({port: 9876}, function(exitCode) {
})
```

Notice the capital 'S' on `require('karma').Server`.

### **server.start()**

Equivalent of `karma start`.
Expand Down

0 comments on commit 722bbbb

Please sign in to comment.