Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Leigh Barnes committed Feb 16, 2019
1 parent df1e5f6 commit dccc2ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Step through array
[![Build Status](https://travis-ci.com/leighs-hammer/step-through-array.svg?branch=master)](https://travis-ci.com/leighs-hammer/step-through-array)
[![codecov](https://codecov.io/gh/leighs-hammer/step-through-array/branch/master/graph/badge.svg)](https://codecov.io/gh/leighs-hammer/step-through-array)
[![Known Vulnerabilities](https://snyk.io/test/github/leighs-hammer/step-through-array/badge.svg?targetFile=package.json)](https://snyk.io/test/github/leighs-hammer/step-through-array?targetFile=package.json)
![](https://img.shields.io/twitter/follow/@leighb4rnes.svg?label=follow&style=social)

simple function that returns the next, or previous array value based on the passed in
value. It will return to the begining when it hits the end of the array.

Expand Down

0 comments on commit dccc2ef

Please sign in to comment.