Skip to content

Commit eb63798

Browse files
authored
Update README.md
Correct the casing in the XML Column Options "columns" section
1 parent 70a237d commit eb63798

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -559,12 +559,12 @@ Keys and values are case-sensitive. Case must match **_exactly_** as shown below
559559
<remove Name="Properties"/>
560560
</RemoveStandardColumns>
561561
<Columns>
562-
<add columnName="EventType" DataType="int"/>
563-
<add columnName="Release"
564-
dataType="varchar"
565-
dataLength="64"
566-
allowNull="true"
567-
nonClusteredIndex="false"/>
562+
<add ColumnName="EventType" DataType="int"/>
563+
<add ColumnName="Release"
564+
DataType="varchar"
565+
DataLength="64"
566+
AllowNull="true"
567+
NonClusteredIndex="false"/>
568568
</Columns>
569569
<Exception ColumnName="Ex" DataLength="512"/>
570570
<Id NonClusteredIndex="true"/>

0 commit comments

Comments
 (0)