Navigation Menu

Skip to content

Commit

Permalink
Add Code Climate
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Oct 24, 2013
1 parent 8083f2d commit fd3d339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# What is stacktrace.js? #
A Javascript tool that allows you to debug your JavaScript by giving you a [stack trace](http://en.wikipedia.org/wiki/Stack_trace) of function calls leading to an error (or any condition you specify)
# Welcome to stacktrace.js! [![Code Climate](https://codeclimate.com/github/eriwen/javascript-stacktrace.png)](https://codeclimate.com/github/eriwen/javascript-stacktrace)
A JavaScript tool that allows you to debug your JavaScript by giving you a [stack trace](http://en.wikipedia.org/wiki/Stack_trace) of function calls leading to an error (or any condition you specify)

# How do I use stacktrace.js? #
Just include stacktrace.js file on your page, and call it like so:
Expand Down

0 comments on commit fd3d339

Please sign in to comment.