From 0ecc0bbbd8e44978929e7a5ba558b984cf9e7a9b Mon Sep 17 00:00:00 2001 From: Adam Tuttle Date: Thu, 7 Apr 2016 21:18:09 -0400 Subject: [PATCH] Added syntax highlighting section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2378c4a..b713066 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,7 @@ export default class Presentation extends React.Component { } } ``` + +## Syntax Highlighting + +Provided by [PrismJS](https://github.com/PrismJS/prism). See http://prismjs.com/ for docs.