summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2016-10-31 13:50:13 +0100
committerPatrick Steinhardt <ps@pks.im>2016-10-31 13:50:13 +0100
commit59665db3b389bf32e76b4ef070428d5400aa0d07 (patch)
tree1e8d4f4bbd7059469fe19cda36b74c97965bbe67
parentea9ea6ac4a894ff76e22cb531d340b14ec62c56b (diff)
downloadlibgit2-59665db3b389bf32e76b4ef070428d5400aa0d07.tar.gz
PROJECTS: consistently quote directories
-rw-r--r--PROJECTS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROJECTS.md b/PROJECTS.md
index a6885e38b..f53a2e120 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