Skip to content

Commit

Permalink
Add badges (#24)
Browse files Browse the repository at this point in the history
Also fix a module name while I am at it.
  • Loading branch information
23Skidoo authored and cottinisimone committed Sep 5, 2024
1 parent 0251462 commit 27143f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Avrogen

[![Build Status](https://github.com/primait/avrogen/workflows/Elixir%20CI/badge.svg)](https://github.com/primait/avrogen/actions) [![Hex.pm](https://img.shields.io/badge/hex.pm-green)](https://hex.pm/packages/primauk/avrogen) [![Documentation](https://img.shields.io/badge/documentation-gray)](https://primauk.hexdocs.pm/avrogen/)

Generate Elixir typedstructs and various useful helper functions from AVRO schemas at compile time.

## Documentation
Expand Down Expand Up @@ -148,7 +150,7 @@ def start(_type, _args) do
children = [
...
# Start a schema registry
{Avro.Schema.SchemaRegistry, Application.get_application(__MODULE__)},
{Avrogen.Schema.SchemaRegistry, Application.get_application(__MODULE__)},
...
]
...
Expand Down

0 comments on commit 27143f8

Please sign in to comment.