Browse Source

Update README.md

Artur Paikin 8 years ago
parent
commit
db4e542735
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -77,12 +77,12 @@ But if you like, you can also use a pre-built bundle, for example from [unpkg CD
 
 1\. Add a script to your the bottom of your HTML’s `<body>`:
 
-```
+``` html
 <script src="https://unpkg.com/uppy/dist/uppy.min.js"></script>
 ```
 
 2\. Add CSS to your HTML’s `<head>`:
-```
+``` html
 <link href="https://unpkg.com/uppy/dist/uppy.min.css" rel="stylesheet">
 ```