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
=========