From 6d828ae476610cd9bb5f3a959b6a8423d6101e8e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 11 Sep 2013 10:44:10 -0700 Subject: [PATCH] Update README --- Builds/VisualStudio2012/RippleD.vcxproj.filters | 4 +--- README.md | 10 +++------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Builds/VisualStudio2012/RippleD.vcxproj.filters b/Builds/VisualStudio2012/RippleD.vcxproj.filters index 235082f90..73201cdf9 100644 --- a/Builds/VisualStudio2012/RippleD.vcxproj.filters +++ b/Builds/VisualStudio2012/RippleD.vcxproj.filters @@ -1762,11 +1762,9 @@ [2] doc - - [2] doc - + diff --git a/README.md b/README.md index beb55e5b4..e153c37e8 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,10 @@ Platform or IDE-specific project files. #### ./doc Documentation and example configuration files. -#### ./modules -Ripple source code. - #### ./src -Legacy source code directory (contains protoc sources). - -#### ./Subtrees -External dependencies inlined into the repository as full source trees via `git subtree`. +Source code directory. Some of the directories contained here are +external repositories inlined via git-subtree, see the corresponding +README for more details. #### ./test Javascript / Mocha tests.