diff --git a/docs/tools.md b/docs/tools.md index 18b1733e..4cd78210 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -62,7 +62,7 @@ Mithril relies on some Ecmascript 5 features, namely: `Array::indexOf`, `Array:: The easiest way to polyfill these features is to include this script: ```javascript - + ``` This will provide all the polyfills required for the browser. You can alternatively include only specific polyfills: