Skip to content

Commit

Permalink
Add status badges and note about dcjones
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Apr 12, 2017
1 parent c9dd52c commit d6c75e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Showoff

[![Build
Status](https://travis-ci.org/JuliaGraphics/Showoff.jl.svg?branch=master)](https://travis-ci.org/JuliaGraphics/Showoff.jl)
[![Showoff](http://pkg.julialang.org/badges/Showoff_0.5.svg)](http://pkg.julialang.org/?pkg=Showoff)
[![Showoff](http://pkg.julialang.org/badges/Showoff_0.6.svg)](http://pkg.julialang.org/?pkg=Showoff)
[![Build Status](https://travis-ci.org/JuliaGraphics/Showoff.jl.svg?branch=master)](https://travis-ci.org/JuliaGraphics/Showoff.jl)
[![Coverage Status](https://coveralls.io/repos/github/JuliaGraphics/Showoff.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaGraphics/Showoff.jl?branch=master)

Showoff provides an interface for consistently formatting an array of n things,
e.g. numbers, dates, unitful values. It's used in Gadfly to
Expand Down Expand Up @@ -58,4 +60,4 @@ trailing the `.`, and look nice when right-aligned.

When no specialized `showoff` is defined, it falls back on the `show` function.


This package was originally written by [Daniel C. Jones](https://github.com/dcjones).

0 comments on commit d6c75e0

Please sign in to comment.