From 8a82a26b52791274a3df44a36a3545b61c0d1d56 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 17 Sep 2017 17:48:50 -0700 Subject: [PATCH] build.md --- BUILD.md | 1 + README.md | 1 + SUMMARY.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..71ce55c --- /dev/null +++ b/BUILD.md @@ -0,0 +1 @@ +# D3 Build diff --git a/README.md b/README.md index 8864d3a..c26f1e1 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ 1. [SVG](/SVG.md) 1. [D3](/D3.md) +1. [BUILD](/BUILD.md) diff --git a/SUMMARY.md b/SUMMARY.md index 8cf8d5c..792df12 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -2,3 +2,4 @@ * [SVG](/SVG.md) * [D3](/D3.md) +* [BUILD](/BUILD.md)