summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2015-09-13 22:47:34 -0400
committerAustin Ziegler <austin@zieglers.ca>2015-09-13 22:47:34 -0400
commit074e9b50587cee9b7812422bf91c8da974bd5125 (patch)
tree64ccdfa2b39e0083383c708738b5bc64bef98d86
parent99b9e5292eb4c62fb2e01dea4ea5e8f067cbaf0a (diff)
parent1bcf59f1662d38298c870e0519c57f59bf17ea78 (diff)
downloadmime-types-074e9b50587cee9b7812422bf91c8da974bd5125.tar.gz
Merge pull request #105 from JuanitoFatas/doc/readme
Fix a section link in README.rdoc [ci skip]
-rw-r--r--README.rdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rdoc b/README.rdoc
index 2e5f9ae..4fbbb31 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -30,11 +30,11 @@ is a new default registry storage format that greatly reduces the initial
memory use of the mime-types library. This feature is enabled by requiring
+mime/types/columnar+ instead of +mime/types+ with a small performance cost and
no change in *total* memory use if certain methods are called (see {Columnar
-Store}[#columnar-store] for more details). The second new feature is a logger
-interface that conforms to the expectations of an ActiveSupport::Logger so that
-warnings can be written to an application's log rather than the default
-location for +warn+. This interface may be used for other logging purposes in
-the future.
+Store}[#label-Columnar+Store] for more details).
+The second new feature is a logger interface that conforms to the expectations of
+an ActiveSupport::Logger so that warnings can be written to an application's log
+rather than the default location for +warn+. This interface may be used for other
+logging purposes in the future.
mime-types 2.6 is the last planned version of mime-types 2.x, so deprecation
warnings are no longer cached but provided every time the method is called.