Skip to content

Commit c24b4ea

Browse files
committed
docs: add hex, docs, and CI badges to README
1 parent 289858c commit c24b4ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# EctoTypedSchema
22

3+
[![Hex.pm](https://img.shields.io/hexpm/v/ecto_typed_schema.svg)](https://hex.pm/packages/ecto_typed_schema)
4+
[![Hex Docs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/ecto_typed_schema)
5+
[![CI](https://github.com/fahchen/ecto_typed_schema/actions/workflows/elixir.yml/badge.svg)](https://github.com/fahchen/ecto_typed_schema/actions/workflows/elixir.yml)
36
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
47

58
Ecto schemas don't generate `@type t()` specs. You either maintain them by hand

0 commit comments

Comments
 (0)