Skip to content

Commit f683dd3

Browse files
committed
Update README.md
1 parent 68371d4 commit f683dd3

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
@@ -18,7 +18,7 @@ This extension adds the following 8 helpers:
1818
- Get(id) - gets one record based on the primary key
1919
- GetList<Type>() - gets list of records all records from a table
2020
- GetList<Type>(anonymous object for where clause) - gets list of all records matching the where options
21-
- GetList<Type>>(string for conditions) - gets list of all records matching the conditions
21+
- GetList<Type>(string for conditions) - gets list of all records matching the conditions
2222
- Insert(entity) - Inserts a record and returns the new primary key
2323
- Update(entity) - Updates a record
2424
- Delete<Type>(id) - Deletes a record based on primary key

0 commit comments

Comments
 (0)