From 0bf63ea546048de168537281a389ae873c66d080 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Wed, 15 Apr 2015 20:10:28 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644ad58..b63e7d1 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ To make your own selector, implement the `StructurePath` protocol which looks li ) ``` -Looking at the implementations of the built-in operations should provide you with the guidance you need to make your own selectors. +Looking at the implementations of the built-in selectors should provide you with the guidance you need to make your own selectors. Finally, you can make `select` and `update` work much faster by precompiling your selectors using the `comp-structure-paths` function. There's about a 5x speed difference between the following two invocations of update: