Skip to content

Commit

Permalink
Merge pull request #8 from kemalcr/repo-transfer
Browse files Browse the repository at this point in the history
rename for repo transfer
  • Loading branch information
sdogruyol authored Oct 29, 2024
2 parents d8d0ddd + f7d5a9a commit 96dd306
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# kemal-hmac

[![test](https://github.com/GrantBirki/kemal-hmac/actions/workflows/test.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/test.yml)
[![build](https://github.com/GrantBirki/kemal-hmac/actions/workflows/build.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/build.yml)
[![lint](https://github.com/GrantBirki/kemal-hmac/actions/workflows/lint.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/lint.yml)
[![acceptance](https://github.com/GrantBirki/kemal-hmac/actions/workflows/acceptance.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/acceptance.yml)
[![docs](https://github.com/GrantBirki/kemal-hmac/actions/workflows/docs.yml/badge.svg)](https://github.com/GrantBirki/kemal-hmac/actions/workflows/docs.yml)
[![test](https://github.com/kemalcr/kemal-hmac/actions/workflows/test.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/test.yml)
[![build](https://github.com/kemalcr/kemal-hmac/actions/workflows/build.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/build.yml)
[![lint](https://github.com/kemalcr/kemal-hmac/actions/workflows/lint.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/lint.yml)
[![acceptance](https://github.com/kemalcr/kemal-hmac/actions/workflows/acceptance.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/acceptance.yml)
[![docs](https://github.com/kemalcr/kemal-hmac/actions/workflows/docs.yml/badge.svg)](https://github.com/kemalcr/kemal-hmac/actions/workflows/docs.yml)
[![coverage](./docs/assets/coverage.svg)](./docs/assets/coverage.svg)

HMAC middleware for Crystal's [kemal](https://github.com/kemalcr/kemal) framework
Expand All @@ -29,7 +29,7 @@ Simply add the shard to your `shard.yml` file:
```yaml
dependencies:
kemal-hmac:
github: grantbirki/kemal-hmac
github: kemalcr/kemal-hmac
```
### Basic Example
Expand Down

0 comments on commit 96dd306

Please sign in to comment.