You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/04/16 05:27:53 UTC

directory-fortress-commander git commit: cleanup

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 49ad3a4f0 -> ed3d25649


cleanup


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/ed3d2564
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/ed3d2564
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/ed3d2564

Branch: refs/heads/master
Commit: ed3d2564938a9e726d036c440b59e27136565022
Parents: 49ad3a4
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Apr 15 12:48:43 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Apr 15 12:48:43 2016 -0500

----------------------------------------------------------------------
 README-QUICKSTART.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/ed3d2564/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 2879100..437d9a3 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -86,13 +86,13 @@ ________________________________________________________________________________
 
 1. From the Fortress Core package perform the following steps:
 
-a. Download the fortress web sample security policy from git:
+ a. Download the fortress web sample security policy from git:
 
  ```
  wget https://github.com/apache/directory-fortress-commander/blob/master/src/main/resources/FortressWebDemoUsers.xml -P ldap/setup
  ```
 
-b. Run maven install with -Dload.file file:
+ b. Run maven install with -Dload.file file:
 
  ```
  mvn install -Dload.file=ldap/setup/FortressWebDemoUsers.xml