From 1d0b7ee5e6d405b421099c03f76ce6b4fa6aed67 Mon Sep 17 00:00:00 2001 From: gilbox Date: Fri, 27 Jan 2017 11:04:25 -0800 Subject: [PATCH] [amp] README syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d5ddff..ea75537 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Interface to use [react-with-styles][react-with-styles] with [Aphrodite][aphrodi ## Import -``` +```js import aphroditeInterface from 'react-with-styles-interface-aphrodite'; ``` or when you need to [disable `!important`](https://github.com/Khan/aphrodite#disabling-important): -``` +```js import aphroditeInterface from 'react-with-styles-interface-aphrodite/no-important'; ```