Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The invocation paths will only include functions that Kojak has instrumented. T
why a function is called too much.

<br>
<b>If you start using Kojak I'd highly recomend you review this slide show.</b>
<b>If you start using Kojak I'd highly recommend you review this slide show.</b>
<a href="http://www.slideshare.net/BartWood/kojak-pics">Kojak Metrics Explained</a>


Expand Down Expand Up @@ -291,7 +291,7 @@ This does not track network requests made in a Web Worker right now.
kConfig (configuration)<hr>
````
// Sets whether the net watcher is enabled. If you set it to true you need to have jQuery loaded.
// If net watcher is enabled it starts running as soon as the Kojak libary is loaded.
// If net watcher is enabled it starts running as soon as the Kojak library is loaded.
kConfig.setEnableNetWatcher(enabled);

// Sets if/how Kojak is supposed to automatically start code instumentation
Expand Down