From f4e9934f6fcf5a40f6394c51b5c36ea0e47240cf Mon Sep 17 00:00:00 2001 From: AckeardOct Date: Thu, 17 Nov 2016 21:12:08 +0300 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 848d129..a74fd32 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,21 @@ WTF?! (What The Fork) ====================== Now you can set dmd includes paths (for correct work with DCD) in workspace settings file (newworkspace.dlangidews) - +
 example:
 {
-	"name": "newworkspace",
-    "description": null,
-    "projects": {
-        "newproject": "newproject/dub.json"
-    },
-    "includePath": [
-        "/usr/include/dlang/dmd/"
-    ]
+        "name" : "newworkspace",
+        "description" : null,
+        "projects" : {
+                "newproject" : "newproject/dub.json"
+ }, + "includePath" : [ + "/usr/include/dlang/dmd/" + ] } - +
PS. - Sorry about bad code. Please correct me. + Sorry about bad code. Please correct me. Dlang IDE =========