Skip to content

Commit

Permalink
Update Package name a README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shine Labs committed Mar 16, 2020
1 parent e09a392 commit 1ebeb75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import PackageDescription

let package = Package(
name: "SendGridKit",
name: "sendgrid-kit",
platforms: [
.macOS(.v10_15),
],
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SendGridKit

![Swift](http://img.shields.io/badge/swift-5.2-brightgreen.svg)
![Vapor](http://img.shields.io/badge/vapor-4.0-brightgreen.svg)

SendGridKit is a Swift package used to communicate with the SendGrid API for Server Side Swift Apps.

Expand All @@ -11,11 +10,11 @@ Add the dependency to Package.swift:
~~~~swift
dependencies: [
...
.package(url: "https://github.com/vapor-community/SendGridKit.git", from: "1.0.0")
.package(url: "https://github.com/vapor-community/sendgrid-kit.git", from: "1.0.0")
],
targets: [
.target(name: "App", dependencies: [
.product(name: "SendGridKit", package: "SendGridKit"),
.product(name: "SendGridKit", package: "sendgrid-kit"),
]),
~~~~

Expand Down

0 comments on commit 1ebeb75

Please sign in to comment.