2
0
Эх сурвалжийг харах

Merge pull request #182 from 0xflotus/patch-1

chore: enabled syntax highlighting for html in readme
Daniel Gatis 3 жил өмнө
parent
commit
17a9a2d088
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -78,7 +78,7 @@ http://localhost:5000?url=http://image.png
 ```
 
 Also you can send the file as a FormData (multipart/form-data):
-```
+```html
 <form action="http://localhost:5000" method="post" enctype="multipart/form-data">
    <input type="file" name="file"/>
    <input type="submit" value="upload"/>