diff --git a/README.md b/README.md index 600af9f..575eed2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ [![Build Status](https://travis-ci.org/cstjean/TraceCalls.jl.svg?branch=master)](https://travis-ci.org/cstjean/TraceCalls.jl) -TraceCalls.jl is a functional tracing package for debugging, exploring and profiling -Julia code, built on top of [Revise.jl](https://github.com/timholy/Revise.jl). It -supports the REPL, IJulia and Atom. +TraceCalls.jl is a functional tracing package for [debugging](http://nbviewer.jupyter.org/github/cstjean/TraceCalls.jl/blob/master/README.ipynb#Debugging-with-traces), [profiling](http://nbviewer.jupyter.org/github/cstjean/TraceCalls.jl/blob/master/README.ipynb#Profiling) and exploring Julia code, built on top of [Revise.jl](https://github.com/timholy/Revise.jl). It +supports the REPL, [IJulia](https://github.com/JuliaLang/IJulia.jl) and [Atom](http://junolab.org/). # Installation