From 288165cf48e050b6b2f03c539c707393220ae659 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 3 Feb 2018 17:56:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 982a556..19ed85c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Here is the place I keep and display my practices for SICP ## Environment Most of the practice done here is tested with drracket -* headers `#lang planet neil/sicp`, +* meta header `#lang planet neil/sicp`, * some with `#lang racket` or `#lang sicp`, * if without `#lang` line, I am setting the language to SICP in the left corner (it only shows up if you have ran `#lang planet neil/sicp` before).