From 3b2ac58ddcd90df82dd7227a096bce3579434722 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Mon, 29 Jul 2013 14:42:47 -0700 Subject: [PATCH] Small correction to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99c474d..638413f 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ user> (frak/pattern ["Clojure" "Clojars" "ClojureScript"]) ## How? A frak pattern is constructed from a very stupid trie of characters. -As words are added to it, meta data is stored in it's branches. The -meta data contains information such as which branches are terminal and -a record of characters which have "visited" the branch. +As characters are added to it, meta data is stored in it's branches. +The meta data contains information such as which branches are terminal +and a record of characters which have "visited" the branch. During the rendering process frak will prefer branch characters that have "visited" the most. In the example above, you will notice the -- 2.25.1