Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

An abstract mail component for Feather CMS.

[
![Release: 1.0.0-beta.3](https://img.shields.io/badge/Release-1%2E0%2E0--beta%2E3-F05138)
](
https://github.com/feather-framework/feather-mail/releases/tag/1.0.0-beta.3
)
[![Release: 1.0.0-rc.1](https://img.shields.io/badge/Release-1%2E0%2E0--rc%2E1-F05138)](https://github.com/feather-framework/feather-mail/releases/tag/1.0.0-rc.1)

## Features

Expand Down Expand Up @@ -34,7 +30,7 @@ An abstract mail component for Feather CMS.
Use Swift Package Manager; add the dependency to your `Package.swift` file:

```swift
.package(url: "https://github.com/feather-framework/feather-mail", exact: "1.0.0-beta.3"),
.package(url: "https://github.com/feather-framework/feather-mail", exact: "1.0.0-rc.1"),
```

Then add `FeatherMail` to your target dependencies:
Expand All @@ -45,11 +41,7 @@ Then add `FeatherMail` to your target dependencies:

## Usage

[
![DocC API documentation](https://img.shields.io/badge/DocC-API_documentation-F05138)
](
https://feather-framework.github.io/feather-mail/
)
[![DocC API documentation](https://img.shields.io/badge/DocC-API_documentation-F05138)](https://feather-framework.github.io/feather-mail/)

API documentation is available at the following link.

Expand Down
Loading