Skip to content

Commit c6abce6

Browse files
committed
docs: Add badges to readme
Signed-off-by: Austin Ziegler <austin@zieglers.ca>
1 parent 85d0664 commit c6abce6

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Diff::LCS
22

3-
- home :: https://github.com/halostatue/diff-lcs
4-
- changelog :: https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md
5-
- code :: https://github.com/halostatue/diff-lcs
6-
- bugs :: https://github.com/halostatue/diff-lcs/issues
7-
- rdoc :: https://rubydoc.info/github/halostatue/diff-lcs
3+
[![RubyGems Version][shield-gems]][rubygems] ![Coveralls][shield-coveralls]
4+
[![Build Status][shield-ci]][ci-workflow]
85

9-
<a href="https://github.com/halostatue/diff-lcs/actions">
10-
<img src="https://github.com/halostatue/diff-lcs/workflows/CI/badge.svg" />
11-
</a>
6+
- code :: <https://github.com/halostatue/diff-lcs>
7+
- issues :: <https://github.com/halostatue/diff-lcs/issues>
8+
- docs :: <https://halostatue.github.io/diff-lcs/>
9+
- changelog :: <https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md>
1210

1311
## Description
1412

@@ -88,5 +86,11 @@ Subsequences</em>, CACM, vol.20, no.5, pp.350-353, May 1977, with a few minor
8886
improvements to improve the speed. A simplified description of the algorithm,
8987
originally written for the Perl version, was written by Mark-Jason Dominus.
9088

91-
[smalltalk]: ftp://st.cs.uiuc.edu/pub/Smalltalk/MANCHESTER/manchester/4.0/diff.st
89+
[ci-workflow]: https://github.com/halostatue/diff-lcs/actions/workflows/ci.yml
90+
[coveralls]: https://coveralls.io/github/halostatue/diff-lcs?branch=main
9291
[perl]: https://search.cpan.org/~nedkonz/Algorithm-Diff-1.15/
92+
[rubygems]: https://rubygems.org/gems/diff-lcs
93+
[shield-ci]: https://img.shields.io/github/actions/workflow/status/halostatue/diff-lcs/ci.yml?style=for-the-badge "Build Status"
94+
[shield-coveralls]: https://img.shields.io/coverallsCoverage/github/halostatue/diff-lcs?style=for-the-badge
95+
[shield-gems]: https://img.shields.io/gem/v/diff-lcs?style=for-the-badge "Version"
96+
[smalltalk]: ftp://st.cs.uiuc.edu/pub/Smalltalk/MANCHESTER/manchester/4.0/diff.st

0 commit comments

Comments
 (0)