diff --git a/README.md b/README.md index 5410642..4600cb9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Mocking [![Build Status](https://ci.appveyor.com/api/projects/status/la041r86v6p5k24x?svg=true)](https://ci.appveyor.com/project/omus/mocking-jl) [![codecov.io](http://codecov.io/github/invenia/Mocking.jl/coverage.svg?branch=master)](http://codecov.io/github/invenia/Mocking.jl?branch=master) +[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) + Allows Julia function calls to be temporarily overloaded for purpose of testing. Contents @@ -106,4 +108,4 @@ re-defined, causing all methods dependent on `@mock` to be recompiled. License ------- -Mocking.jl is provided under the [MIT "Expat" License](LICENSE.md). \ No newline at end of file +Mocking.jl is provided under the [MIT "Expat" License](LICENSE.md).