From d636691954118012f44543376a2edcab6cde8f44 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 15 Jul 2014 04:11:58 +0000 Subject: [PATCH] split up tree view --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8e8858d..83947ed 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,10 @@ An example that works. ```bash example -├── package.json ├── make-root-ca-and-certificates.sh +├── package.json ├── serve.js -├── request-without-warnings.js -├── server -|   ├── my-private-root-ca.crt.pem -|   ├── my-server.crt.pem -|   └── my-server.key.pem -└── client -    └── my-private-root-ca.crt.pem +└── request-without-warnings.js ``` ### Get the repo @@ -51,6 +45,16 @@ bash test.sh bash make-root-ca-and-certificates.sh 'local.ldsconnect.org' ``` +``` +example +├── server +|   ├── my-private-root-ca.crt.pem +|   ├── my-server.crt.pem +|   └── my-server.key.pem +└── client +    └── my-private-root-ca.crt.pem +``` + ### Run the server ```bash