From c1b12f7aaa47c57bbf02f1fc682dccdeb3487707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 19 Jan 2017 20:29:16 +0100 Subject: [PATCH] Re-added title in README, was removed by accident --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75378a7..656150b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![Online Documentation,](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/debug-scopes/) [![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/) +debug-scopes +============ + Some utilities which help debugging scope-related issues with Racket unhygienic macros (hygienic macros in Racket will likely not need these utilities).