Selaa lähdekoodia

[README] Annotate cURL example so it gets syntax highlighting

Samuel E. Giddins 11 vuotta sitten
vanhempi
commit
72bd3a08ab
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -375,7 +375,7 @@ debugPrintln(request)
 
 #### Output (cURL)
 
-```
+```bash
 $ curl -i \
 	-H "User-Agent: Alamofire" \
 	-H "Accept-Encoding: Accept-Encoding: gzip;q=1.0,compress;q=0.5" \