diff --git a/recognizer-pinch.md b/recognizer-pinch.md
index b20c1d8..1dc1b9b 100644
--- a/recognizer-pinch.md
+++ b/recognizer-pinch.md
@@ -23,6 +23,6 @@ Recognized when two or more pointers are moving toward (zoom-in) or away from ea
 
 ## Notes
 This recognizer is disabled by default because it would make the element blocking. You can enable it by calling:
-```javascript
+````js
 hammertime.get('pinch').set({ enable: true });
-```
+````
diff --git a/recognizer-rotate.md b/recognizer-rotate.md
index af458d8..34136d2 100644
--- a/recognizer-rotate.md
+++ b/recognizer-rotate.md
@@ -22,6 +22,6 @@ Recognized when two or more pointer are moving in a circular motion.
 
 ## Notes
 This recognizer is disabled by default because it would make the element blocking. You can enable it by calling:
-```javascript
+````js
 hammertime.get('rotate').set({ enable: true });
-```
+````