From d79ab84bb01db873483a7241fb96149bc11f63f4 Mon Sep 17 00:00:00 2001 From: Eitan Rousso Date: Fri, 19 Feb 2016 20:54:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 738dd1c..100740d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Lightweight templates for [React](http://facebook.github.io/react/index.html). * No runtime libraries. No magic. Simply precompile your way to clear React code. -* Easy syntax that's similar to HTML, supported by most IDEs. +* Easy syntax that's similar to HTML, surpported by most IDEs. * Clear separation of presentation and logic - almost zero HTML in component files. * Declarative coding ensures that the HTML that you write and the HTML you inspect look nearly identical. * Supports AMD, CommonJS, ES6, Typescript and globals. @@ -44,7 +44,7 @@ http://plugins.jetbrains.com/plugin/7648 * [rt-scope](#rt-scope) * [rt-props](#rt-props) * [rt-class](#rt-class) - * [rt-require](#rt-require) + * [rt-require](#rt-require-and-using-other-components-in-the-template) * [rt-template](#rt-template) * [rt-include](#rt-include) * [styles](#styles)