Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jun 7, 2018
1 parent 9ff054f commit d72a885
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@

[![Logo](Logo.gif)](https://github.com/cormullion)

| **Info** | **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** |
|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|:-----------------:|
| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkg-s-img]][pkg-s-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url]
| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]
[![][gitter-img]][gitter-url]
[![][license-img]][license-url]
[![][release]][strs-url]
[![][release-date]][strs-url]
[![][julia-release]][julia-url]
[![][julia-release-date]][julia-url]

| **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** |
|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|
| [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkg-s-img]][pkg-s-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url]
| [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]

[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
[license-url]: LICENSE.md

[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

[strs-url]: https://github.com/JuliaString/Strs.jl
[release]: https://img.shields.io/github/release/JuliaString/Strs.jl.svg
[release-date]: https://img.shields.io/github/release-date/JuliaString/Strs.jl.svg

[julia-url]: https://github.com/JuliaLang/julia
[julia-release]: https://img.shields.io/github/release/JuliaLang/julia.svg
[julia-release-date]: https://img.shields.io/github/release-date/JuliaLang/julia.svg

[travis-url]: https://travis-ci.org/JuliaString/Strs.jl
[travis-s-img]: https://travis-ci.org/JuliaString/Strs.jl.svg
[travis-m-img]: https://travis-ci.org/JuliaString/Strs.jl.svg?branch=master
Expand All @@ -35,8 +50,6 @@
[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/Strs.jl/badge.svg
[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/Strs.jl/badge.svg?branch=master

[![](https://img.shields.io/github/release-date/JuliaString/Strs.jl.svg)](juliastring.org)

It represents an attempt to give Julia better string handling than possible with Base `String` and `Char`.

I am now trying to make sure that all of the functionality in String and Char is implemented for
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ MurmurHash3 0.1.3
StrBase 0.1.3
StrRegex 0.1.2
StrLiterals 0.1.2
StrFormat 0.1.1
StrFormat 0.1.0
StrEntities 0.1.1

0 comments on commit d72a885

Please sign in to comment.