Skip to content

Commit

Permalink
tweak name, add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Dec 4, 2016
1 parent b7f8ce0 commit d6a546c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,8 @@
# strings

[![Maven Central](https://img.shields.io/maven-central/v/org.hammerlab/strings_2.11.svg?maxAge=600)](http://search.maven.org/#search%7Cga%7C1%7Cstrings)
[![Build Status](https://travis-ci.org/hammerlab/string-utils.svg?branch=master)](https://travis-ci.org/hammerlab/string-utils)
[![Coverage Status](https://coveralls.io/repos/github/hammerlab/string-utils/badge.svg)](https://coveralls.io/github/hammerlab/string-utils)
[![Maven Central](https://img.shields.io/maven-central/v/org.hammerlab/string-utils_2.11.svg?maxAge=600)](http://search.maven.org/#search%7Cga%7C1%7Cstring-utils)

String/CSV utilities:
- `org.hammerlab.strings.TruncatedToString`: interface for classes that can render themselves as an `Iterator[String]` to display a `.toString()` with a maximum number of characters.
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,2 +1,2 @@
name := "strings"
version := "1.0.0-SNAPSHOT"
name := "string-utils"
version := "1.0.0"

0 comments on commit d6a546c

Please sign in to comment.