From abc861a2fe7407b6852aa06c708a6a53efbe9af5 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 1 Aug 2013 21:01:00 +0000 Subject: [PATCH] Updated readme to match new folder structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c43fd31..603f024 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,6 @@ but not yet implemented. # Useful code The source code for DScanner has a complete lexer, parser, and abstact syntax -tree library for D code under the std/d/ directory. It is intended that these +tree library for D code under the stdx/d/ directory. It is intended that these modules eventually end up in Phobos, so feel free to use them for your own D tools.