From 01f43f4ca0e4aa5c1374acd09444ed8e640c7d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 9 Jul 2019 13:16:32 +1000 Subject: [PATCH] docs(README): remove type from script tags --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c9f3b11..3b2ce26 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ Simply include the `highlight.js` script package in your webpage or node app, lo If you're not using a build system and just want to embed this in your webpage: ```html - - - + + ``` If you're using webpack / rollup / browserify / node: - + ```javascript var hljs = require('highlightjs'); var hljsDefineRpmSpecfile = require('highlightjs-rpm-specfile');