Skip to content

Commit

Permalink
README typos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyMF committed Aug 8, 2024
1 parent 4acadfd commit 6be16ee
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 @@ -24,7 +24,7 @@ using (var streamRdr = new StreamReader(inputStream)) {
Generate CSV to stream:
```
using (var streamWr = new StreamWrite(outputStream)) {
using (var streamWr = new StreamWriter(outputStream)) {
var csvWriter = new CsvWriter(streamWr);
// write line
csvWriter.WriteField("Value with double quote\"");
Expand All @@ -38,6 +38,6 @@ using (var streamWr = new StreamWrite(outputStream)) {
NReco.Csv is in production use at [SeekTable.com](https://www.seektable.com/) and [PivotData microservice](https://www.nrecosite.com/pivotdata_service.aspx).

## License
Copyright 2017-2023 Vitaliy Fedorchenko and contributors
Copyright 2017-2024 Vitaliy Fedorchenko and contributors

Distributed under the MIT license

0 comments on commit 6be16ee

Please sign in to comment.