Release time! (#393)

This commit is contained in:
George Dietrich 2024-04-09 20:10:37 -04:00 committed by GitHub
parent 2b683817c1
commit f6a843890f
4 changed files with 11 additions and 18 deletions

View file

@ -6,23 +6,9 @@
Framework agnostic [content negotiation](https://tools.ietf.org/html/rfc7231#section-5.3) library based on [willdurand/Negotiation](https://github.com/willdurand/Negotiation).
## Installation
## Getting Started
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
athena-negotiation:
github: athena-framework/negotiation
version: ~> 0.1.0
```
2. Run `shards install`
## Documentation
If using the component on its own, checkout the [API documentation](https://athenaframework.org/Negotiation).
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/architecture/negotiation).
Checkout the [Documentation](https://athenaframework.org/Negotiation).
## Contributing