Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgh004 authored Aug 22, 2019
1 parent 91aa5b4 commit 6f4cdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Run the following command in the Package Manager Console.
[IETF RFC4180](https://tools.ietf.org/html/rfc4180)

### Read csv
public async Task ReadCsv( ... )
public async Task ReadCsvAsync( ... )
{
var csvReader = new CsvReadHelper( ... );
Expand All @@ -43,7 +43,7 @@ Run the following command in the Package Manager Console.
}

### Write csv
public async Task WriteCsv( ... )
public async Task WriteCsvAsync( ... )
{
var csvWriter = new CsvWriteHelper( ..., f =>
{
Expand Down

0 comments on commit 6f4cdda

Please sign in to comment.