Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjlee authored May 8, 2019
1 parent d96d702 commit 4b51249
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg)](https://github.com/Carthage/Carthage)
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
[![CocoaPods](https://img.shields.io/cocoapods/v/Embassy.svg)]()
![Swift Version](https://img.shields.io/badge/Swift-4.0-orange.svg)
![Swift Version](https://img.shields.io/badge/Swift-5.0-orange.svg)
![Plaform](https://img.shields.io/badge/Platform-macOS|iOS|Linux-lightgrey.svg)
[![GitHub license](https://img.shields.io/github/license/envoy/Embassy.svg)](https://github.com/envoy/Embassy/blob/master/LICENSE)

Expand All @@ -16,7 +16,7 @@ Super lightweight async HTTP server in pure Swift.

## Features

- Swift 4
- Swift 4 & 5
- iOS / tvOS / MacOS / Linux
- Super lightweight, only 1.5 K of lines
- Zero third-party dependency
Expand Down Expand Up @@ -194,15 +194,15 @@ sendBody(Data())
To install with CocoaPod, add Embassy to your Podfile:

```
pod 'Embassy', '~> 4.0'
pod 'Embassy', '~> 4.1'
```

### Carthage

To install with Carthage, add Embassy to your Cartfile:

```
github "envoy/Embassy" ~> 4.0
github "envoy/Embassy" ~> 4.1
```

### Package Manager
Expand All @@ -216,7 +216,7 @@ let package = Package(
name: "EmbassyExample",
dependencies: [
.package(url: "https://github.com/envoy/Embassy.git",
from: "4.0.0"),
from: "4.1.0"),
]
)
```
Expand Down

0 comments on commit 4b51249

Please sign in to comment.