diff --git a/README.md b/README.md index 9035a78..c34f07e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # propro -[![Release](https://img.shields.io/github/v/release/digitalstraw/propro)](https://github.com/digitalstraw/propro/releases) +[![Release](https://img.shields.io/github/v/release/digitalstraw/propro?v=3.0.0)](https://github.com/digitalstraw/propro/releases) [![License](https://img.shields.io/github/license/digitalstraw/propro)](/LICENSE) [![CI](https://github.com/digitalstraw/propro/actions/workflows/ci.yaml/badge.svg)](https://github.com/digitalstraw/propro/actions/workflows/ci.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/digitalstraw/propro)](https://goreportcard.com/report/github.com/digitalstraw/propro) -[![Coverage](https://coveralls.io/repos/github/digitalstraw/propro/badge.svg?branch=main&v=2.0.1)](https://coveralls.io/github/digitalstraw/propro?branch=main&v=2.0.1) +[![Coverage](https://coveralls.io/repos/github/digitalstraw/propro/badge.svg?branch=main&v=3.0.0)](https://coveralls.io/github/digitalstraw/propro?branch=main&v=3.0.0) `propro` stands for **Protected Properties**. It prevents direct writes to public/exported properties of structs that represent entities. It is usable especially in DDD (Domain-Driven Design) contexts where entities in the domain layer should enforce business rules