Browse Source

Oops, those weren't backticks. I should really amend my previous commits

Joe Ceresini 7 years ago
parent
commit
68638d1a8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -4,7 +4,7 @@ Some tests building a simple API that determines whether an input string contain
 
 Sample output
 
-'''
+```
 # Sample string with all alphabet characters
 [jceresini@slartibartfast ~]$ curl -X POST -d 'The quick brown fox jumps over the lazy dog' http://test.ceresini.com/contains_all_chars.sh
 
@@ -19,5 +19,5 @@ Sample output
 [jceresini@slartibartfast ~]$ curl http://test.ceresini.com/contains_all_chars.sh
 
 {"error": "Invalid http method", "result": null}
-'''
+```