From 8e978041a2770255727e291b097e927b1d2d3f5a Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Thu, 7 Aug 2014 03:29:45 -0600 Subject: [PATCH] Correct example and improve description. --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 21cf6c9..6a6fec6 100644 --- a/README.markdown +++ b/README.markdown @@ -128,9 +128,12 @@ _NEW_ - You can browse through a flattened list of dictionaries specified in your ring with: ``` -:Wordy +:Wordy ``` +Note that the order of dictionaries in your ring is preserved, so you +can place your most-frequently-used ones at the start of the list. + ### Weak and lazy usage ```