From 8f0c8fb72440dd0ea06e0104d4d0ec3135bfc56f Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Fri, 29 Jun 2018 09:57:56 -0500 Subject: [PATCH] Reword README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e063ed6..021b98a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ [![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliacollections.github.io/OrderedCollections.jl/latest) OrderedCollections.jl -================= +===================== -This package implements Ordered Dicts and Sets. It was split out from [DataStructures.jl](https://github.com/JuliaCollections/DataStructures.jl). +This package implements OrderedDicts and OrderedSets, which are similar to containers in base Julia. +However, during iteration the Ordered* containers return items in the order in which they were added to the collection. + +This package was split out from [DataStructures.jl](https://github.com/JuliaCollections/DataStructures.jl). Resources ---------