Skip to content

Commit bc4b64f

Browse files
committed
Update README.md
1 parent 77297d6 commit bc4b64f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# ModuleInterfaceTools
22

3-
[![Build Status](https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl.svg?branch=master)](https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl)
4-
5-
[![Coverage Status](https://coveralls.io/repos/github/JuliaString/ModuleInterfaceTools.jl/badge.svg
6-
?branch=master)](https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master)
7-
[![codecov.io](http://codecov.io/github/JuliaString/ModuleInterfaceTools.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master)
8-
9-
The `ModuleInterfaceTools` package is now working on both the release version (v0.6.2) and the latest master (v0.7.0-DEV).
3+
| **Package Status** | **Package Evaluator** | **Coverage** |
4+
|:------------------:|:---------------------:|:-----------------:|
5+
| [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md) | [![ModuleInterfaceTools](http://pkg.julialang.org/badges/ModuleInterfaceTools_0.6.svg)](http://pkg.julialang.org/?pkg=ModuleInterfaceTools) | [![Coverage Status](https://coveralls.io/repos/github/JuliaString/ModuleInterfaceTools.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master) |
6+
| [![Build Status](https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl.svg?branch=master)](https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl) | [![ModuleInterfaceTools](http://pkg.julialang.org/badges/ModuleInterfaceTools_0.7.svg)](http://pkg.julialang.org/?pkg=ModuleInterfaceTools) | [![codecov.io](http://codecov.io/github/JuliaString/ModuleInterfaceTools.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master) |
107

118
This provides a way of having different lists of names that you want to be part of a public API,
129
as well as being part of a development API (i.e. functions that are not normally needed by users of a package, but *are* needed by a developer writing a package that depends on it).

0 commit comments

Comments
 (0)