Skip to content

Commit bf21952

Browse files
authored
Update README.md
1 parent 0b24cb0 commit bf21952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ foreach (User user in users)
9999

100100
If the names in the header row don’t match your property names or contain reserved or invalid characters, you can manually map the property to the correct header using the `[CsvColumn(name)]` attribute:
101101

102-
```ag-0-1i9gpriotag-1-1i9gpriotc#
102+
```c#
103103
class User
104104
{
105105
    [CsvColumn("User name")]

0 commit comments

Comments
 (0)