diff --git a/README.md b/README.md index 22c3530..60cedb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# call-log [![travis](https://img.shields.io/travis/feross/call-log.svg)](https://travis-ci.org/feross/call-log) [![npm](https://img.shields.io/npm/v/call-log.svg)](https://npmjs.org/package/call-log) +# call-log [![travis](https://img.shields.io/travis/feross/call-log/master.svg)](https://travis-ci.org/feross/call-log) [![npm](https://img.shields.io/npm/v/call-log.svg)](https://npmjs.org/package/call-log) #### Instrument a JavaScript class (or object) so that anytime a method function is called it gets logged to the console.