From 7c3c9232f287ac0f4019ad6b17a8931ecd9e04cb Mon Sep 17 00:00:00 2001
From: Bret Comnes <bcomnes@gmail.com>
Date: Mon, 21 Aug 2017 18:12:43 -0700
Subject: [PATCH] s/Nanocomponents is/Nanocomponent is

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6f6ccdc..d85064b 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ app.use(function (state, emitter) {
 These are some common patterns you might encounter when writing components.
 
 ### Standalone
-Nanocomponents is part of the choo ecosystem, but works great standalone!
+Nanocomponent is part of the choo ecosystem, but works great standalone!
 
 ```js
 var Button = require('./button.js')