Skip to content

Commit 978a3d6

Browse files
authored
Prevent <head> from being interpreted as HTML
1 parent 2cb4028 commit 978a3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See it in action [here](http://fikascript.se).
88
### Including FikaScript files in your HTML
99

1010
- 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>).
11+
- Make sure your html is set to allow utf-8 characters (add `<meta charset="utf-8">` in the `<head>`).
1212

1313
FikaScript supports the `text/fikascript` MIME type. Any script tag with that type will be compiled and run automatically:
1414
```html

0 commit comments

Comments
 (0)