Skip to content

Commit 690ecf1

Browse files
authored
Update README with links
1 parent 29cb11c commit 690ecf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![stable](https://img.shields.io/nuget/v/PostgreSQLCopyHelper.svg?label=stable)](https://www.nuget.org/packages/PostgreSQLCopyHelper/)
55
[![prerelease](https://img.shields.io/nuget/vpre/PostgreSQLCopyHelper.svg?label=prerelease)](https://www.nuget.org/packages/PostgreSQLCopyHelper/)
66

7-
PostgreSQLCopyHelper is a library for efficient bulk inserts to PostgreSQL databases. It wraps the COPY methods from Npgsql behind a nice Fluent API.
7+
PostgreSQLCopyHelper is a library for efficient bulk inserts to PostgreSQL databases. It wraps the COPY methods from [Npgsql](https://github.com/npgsql/npgsql) behind a nice Fluent API.
88

99
## Installing ##
1010

@@ -236,7 +236,7 @@ NpgsqlConnection.GlobalTypeMapper.MapComposite<PersonType>("sample.person_type")
236236

237237
The [PostgreSQLCopyHelper.NodaTime](https://www.nuget.org/packages/PostgreSQLCopyHelper.NodaTime/) package extends PostgreSQLCopyHelper for [NodaTime](https://nodatime.org/) types.
238238

239-
To install PostgreSQLCopyHelper.NodaTime, run the following command in the Package Manager Console:
239+
To install `PostgreSQLCopyHelper.NodaTime`, run the following command in the Package Manager Console:
240240

241241
```
242242
PM> Install-Package PostgreSQLCopyHelper

0 commit comments

Comments
 (0)