summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-12 11:22:46 -0700
committerRocky Madden <git@rockymadden.com>2013-01-12 11:22:46 -0700
commitfc6a82cd219982522d0c57bf0a91ae171f3d08a5 (patch)
treeb8e31126b713b983ed59ede8cf2553232438ecc4
parentb2b130d945204755f3b4fc142e125d23b6d56ac9 (diff)
downloadstringmetric-fc6a82cd219982522d0c57bf0a91ae171f3d08a5.tar.gz
stringmetric-fc6a82cd219982522d0c57bf0a91ae171f3d08a5.tar.bz2
stringmetric-fc6a82cd219982522d0c57bf0a91ae171f3d08a5.zip
Updated build status image to look only at the master branch.
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index a8d0c21..7cc0dd8 100755
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-#stringmetric [![Build Status](https://secure.travis-ci.org/rockymadden/stringmetric.png)](http://travis-ci.org/rockymadden/stringmetric)
+#stringmetric [![Build Status](https://travis-ci.org/rockymadden/stringmetric.png?branch=master)](http://travis-ci.org/rockymadden/stringmetric)
A Scala library of string metrics and phonetic algorithms. It provides implementations to perform approximate string matching, fuzzy searching, measurement of strings similarity, indexing by word pronunciation, and more. Common applications of said metrics and algorithms include spell checkers, search algorithms, plagiarism detection, fraud detection, and data deduplication. In addition to the core library, each metric and algorithm has a command line interface, is thoroughly unit tested, and performant (verified via microbenchmark suites).
[![stringmetric](http://dl.dropbox.com/u/51819310/stringmetric.png)](http://dl.dropbox.com/u/51819310/stringmetric.png)