Skip to content

Commit

Permalink
Fix appveyor tag on README
Browse files Browse the repository at this point in the history
  • Loading branch information
byhill authored Feb 23, 2023
1 parent dd7208e commit fd7d0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DisjointSet

[![Build Status](https://ci.appveyor.com/api/projects/status/github/byhill/DisjointSet.jl?svg=true)](https://ci.appveyor.com/project/byhill/DisjointSet-jl)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/byhill/DisjointSets.jl?svg=true)](https://ci.appveyor.com/project/byhill/DisjointSet-jl)

An implementation of the Disjoint-set data structure for Julia.
This package is based on JuliaCollections's implementation of the Disjoint-set data structure in
Expand Down

0 comments on commit fd7d0c4

Please sign in to comment.