Skip to content

Commit fcc1f67

Browse files
committed
Update README.md
1 parent 5b888a8 commit fcc1f67

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
@@ -37,7 +37,7 @@ The controller then returns a json encoded response indicating everything went w
3737
## Changes to above flow when using REST
3838
An http PUT happens to : http://yoursite/Account/12345
3939

40-
The router sees that rest is enabled on the account controller and calls the account/put method.
40+
The router sees that rest is enabled on the Account controller at Account->rest and calls the Account/putAction method.
4141

4242
The put method then ensures that the person is logged in, validates the data, gets the repository and updates the object in the repository, and returns an affermative response.
4343

0 commit comments

Comments
 (0)