Skip to content

Commit 0447935

Browse files
Update README.md
1 parent b0b5f70 commit 0447935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EntityFrameworkExtras provides some useful additions to EntityFramework such as
2424
* Entity Framework 5 - https://www.nuget.org/packages/EntityFrameworkExtras.EF5/
2525
* Entity Framework 6 - https://www.nuget.org/packages/EntityFrameworkExtras.EF6/
2626

27-
###Executing a Stored Procedure with a User Defined Table Type###
27+
### Executing a Stored Procedure with a User Defined Table Type
2828

2929

3030

@@ -87,7 +87,7 @@ context.Database.ExecuteStoredProcedure(proc);
8787

8888

8989

90-
###Executing a Stored Procedure with a Output parameter###
90+
### Executing a Stored Procedure with a Output parameter
9191

9292
* To add an Output parameter you just need to set the Direction parameter to ParameterDirection.Output.
9393

@@ -111,7 +111,7 @@ int age = proc.Age; //Is now the oldest age
111111
~~~
112112

113113

114-
###Thanks to the contributors!###
114+
### Thanks to the contributors!
115115

116116
* https://github.com/JoeBrockhaus - Joe
117117
* https://github.com/thomasvanderhoofWork - Thomas

0 commit comments

Comments
 (0)