nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Updated README.md for correct calling pattern #48

Closed GLMeece closed 8 years ago

GLMeece commented 8 years ago

The -c and -s switches don't seem to be honored in the code itself, yet the README reflects this as if it actually works. Not using those switches allows the module to run. Removed those bogus switches (line 75).

Also - fixed some of the unneeded triple back-ticks (```) inline. Markdown expects single back-ticks inline; triple back-ticks are for code blocks only.

jungle-boogie commented 8 years ago

what about also including the -H option for host.

nvdv commented 8 years ago

Looks great! Thanks!