Skip to content

Commit 1495e75

Browse files
committed
Add "Code Style: Blue" badge to README
1 parent 82159af commit 1495e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaCollections.github.io/Bijections.jl/dev/)
55
[![CI](https://github.com/JuliaCollections/Bijections.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaCollections/Bijections.jl/actions/workflows/CI.yml)
66
[![Coverage](https://codecov.io/gh/JuliaCollections/Bijections.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaCollections/Bijections.jl)
7+
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle)
78

89
Julia dictionaries are not one-to-one. That is, two different keys might have the same value.
910
A `Bijection` data structure behaves just like a dictionary, except it prevents the assignment of the same value to two different keys.

0 commit comments

Comments
 (0)