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');