Commit 59665db3b389bf32e76b4ef070428d5400aa0d07

Patrick Steinhardt 2016-10-31T13:50:13

PROJECTS: consistently quote directories

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/PROJECTS.md b/PROJECTS.md
index a6885e3..f53a2e1 100644
--- a/PROJECTS.md
+++ b/PROJECTS.md
@@ -70,11 +70,11 @@ some incremental steps listed towards the larger goal.  Those steps
 might make good smaller projects by themselves.
 
 * Port part of the Git test suite to run against the command line emulation
-  in examples/
-    * Pick a Git command that is emulated in our examples/ area
+  in `examples/`
+    * Pick a Git command that is emulated in our `examples/` area
     * Extract the Git tests that exercise that command
     * Convert the tests to call our emulation
-    * These tests could go in examples/tests/...
+    * These tests could go in `examples/tests/`...
 * Add hooks API to enumerate and manage hooks (not run them at this point)
     * Enumeration of available hooks
     * Lookup API to see which hooks have a script and get the script