From 3ca8b41e5e09da434b8fc056a980abbeb1932b08 Mon Sep 17 00:00:00 2001 From: Ki Rill Date: Sun, 15 Dec 2019 17:31:06 +0600 Subject: [PATCH] Update README.md --- lesson#1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson#1/README.md b/lesson#1/README.md index 614f03b..46186a9 100644 --- a/lesson#1/README.md +++ b/lesson#1/README.md @@ -5,7 +5,7 @@ - DUB package manager - Sublime Text editor -#### DMD a compiler for D programming language. It takes in the source code and produces executables. +#### DMD is the official compiler for D programming language. It takes in the source code and produces executables. To install DMD compiler: 1. Head over to the official website for