From 7d887f8129c98b1efdc2f5d9f6345a7255fe621c Mon Sep 17 00:00:00 2001 From: Alex Knauth Date: Mon, 12 Oct 2015 09:47:32 -0400 Subject: [PATCH] Add link to docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5c82db..298d003 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ debug == A meta-language for debugging, based on sugar/debug from [mbutterick/sugar](https://github.com/mbutterick/sugar) +documentation: http://pkg-build.racket-lang.org/doc/debug/index.html + To debug the value of an expression, simply put `debug` in front of the language at the top of the file (for instance `#lang debug racket`), and put `#R`, `#RR` or `#RRR` in front of the expression.