Browse code

correct literal format in AUTHORS file

Joseph Weston authored on 19/02/2018 20:39:30
Showing 1 changed files
... ...
@@ -7,5 +7,6 @@ Below is a list of the main contributors to Adaptive:
7 7
 
8 8
 For a full list of contributors run
9 9
 
10
-    :::bash
11
-    git log --pretty=format:"%an" | sort | uniq
10
+```
11
+git log --pretty=format:"%an" | sort | uniq
12
+```