Skip to content

Commit

Permalink
minor title and sentence correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tastyminerals committed Apr 16, 2020
1 parent df7e2da commit d360736
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Using D Libraries in Files and Projects"
title: "Using External D Libraries in D Scripts and Projects"
author: tastyminerals
categories: dlang
---
Expand All @@ -9,7 +9,7 @@ It took me some time to find all the relevant bits and pieces on how to setup a
Ironically, there is plenty of information right there on the official website and D wiki.
But it is not **streamlined**, but rather hidden in the layers of documentation and in some cases scattered all over the place.
As a result a newcomer quickly gets lost.
This post describes how to use external dependencies in your D scripts and projects.
This post describes how to create a D project, include various D libraries and perform basic project configuration.

### Installing Prerequisites

Expand Down

0 comments on commit d360736

Please sign in to comment.