Skip to content

Commit af8bcfb

Browse files
committed
Update README.md
1 parent 7ef945c commit af8bcfb

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
@@ -129,7 +129,7 @@ string sqlCode = sqlStatements[tagName];
129129
```
130130
But you must specify the tag name to access the SQL statement. Remember that each SQL code is identified with its respective tag.
131131

132-
> The tag name is case-sensitive. `GetUsers` is not the same as `getUsers`.
132+
> The tag name is case-insensitive. `GetUsers` is the same as `getUsers`.
133133
134134
### Load from a set of directories
135135

0 commit comments

Comments
 (0)