Skip to content

Commit

Permalink
Merge pull request #2 from asasine/feature/asasine/status-badges
Browse files Browse the repository at this point in the history
Added status badges to README
  • Loading branch information
asasine committed Feb 15, 2024
2 parents 3bd82aa + 75d9270 commit 5479fb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe.

Cross-platform clipboard support for Windows, macOS, and Linux included.

[![Crates.io Version](https://img.shields.io/crates/v/spongebob?logo=rust)](https://crates.io/crates/spongebob)
[![Crates.io Documentation](https://docs.rs/spongebob/badge.svg)](https://docs.rs/spongebob)
[![CI](https://img.shields.io/github/actions/workflow/status/asasine/spongebob/rust.yaml?branch=main)](https://github.com/asasine/spongebob/actions/workflows/rust.yaml)
[![Crates.io Downloads](https://img.shields.io/crates/d/spongebob)](https://crates.io/crates/spongebob)


# Examples
The command randomizes the words by default and copies them to the clipboard:
```bash
Expand Down

0 comments on commit 5479fb2

Please sign in to comment.