We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb4028 commit 978a3d6Copy full SHA for 978a3d6
README.md
@@ -8,7 +8,7 @@ See it in action [here](http://fikascript.se).
8
### Including FikaScript files in your HTML
9
10
- Include [fikascript.js](dist/fikascript.js) and [fikascript.browser.js](dist/fikascript.browser.js).
11
-- Make sure your html is set to allow utf-8 characters (add `<meta charset="utf-8">` in the <head>).
+- Make sure your html is set to allow utf-8 characters (add `<meta charset="utf-8">` in the `<head>`).
12
13
FikaScript supports the `text/fikascript` MIME type. Any script tag with that type will be compiled and run automatically:
14
```html
0 commit comments