Skip to content

Commit bfc0a99

Browse files
committed
fix readme
1 parent d1d459d commit bfc0a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://user-images.githubusercontent.com/1342803/58998319-27aa5d80-87ce-11e9-94e6-c142c86ab28d.png" alt="PostgresNIO">
2+
<img src="https://user-images.githubusercontent.com/1342803/59061804-5548e280-8872-11e9-819f-14f19f16fcb6.png" alt="PostgresNIO">
33
<br>
44
<br>
55
<a href="https://api.vapor.codes/postgres-nio/master/PostgresNIO/index.html">
@@ -32,7 +32,7 @@ Version | NIO | Swift | SPM
3232
Use the SPM string to easily include the dependendency in your `Package.swift` file.
3333

3434
```swift
35-
.package(url: "https://github.com/vapor/nio-postgres.git", from: ...)
35+
.package(url: "https://github.com/vapor/postgres-nio.git", from: ...)
3636
```
3737

3838
### Supported Platforms
@@ -79,7 +79,7 @@ This package has no additional system dependencies.
7979

8080
## API Docs
8181

82-
Check out the [PostgresNIO API docs]((https://api.vapor.codes/nio-postgres/master/PostgresNIO/index.html)) for a detailed look at all of the classes, structs, protocols, and more.
82+
Check out the [PostgresNIO API docs]((https://api.vapor.codes/postgres-nio/master/PostgresNIO/index.html)) for a detailed look at all of the classes, structs, protocols, and more.
8383

8484
## Getting Started
8585

0 commit comments

Comments
 (0)