From 7b692a3dcf14a004129d7583c9d8591552f41ece Mon Sep 17 00:00:00 2001 From: Erik Assum Date: Fri, 26 Jun 2020 12:20:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca6143..97bc8d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Clojars Project](https://img.shields.io/clojars/v/org.flatland/ordered.svg)](https://clojars.org/org.flatland/ordered) [![cljdoc badge](https://cljdoc.org/badge/org.flatland/ordered)](https://cljdoc.org/d/org.flatland/ordered/CURRENT) -[![CircleCI Status](https://circleci.com/gh/clj-commons/ordered.svg?style=svg)](https://circleci.com/gh/ordered/clj-yaml) +[![CircleCI Status](https://circleci.com/gh/clj-commons/ordered.svg?style=svg)](https://circleci.com/gh/clj-commons/ordered) ordered provides sets and maps that maintain the insertion order of their contents.