Skip to content

Commit 404a917

Browse files
committed
Removes newline
1 parent 86c4b17 commit 404a917

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
@@ -68,4 +68,4 @@ public class PetController {
6868
}
6969
}
7070
```
71-
The above example allows us to send just the fields we want to update via cUrl, fx. `curl -X PUT -d name=Bessie http://server/pets/{id}`, without overwriting other fields.
71+
The above example allows us to send just the fields we want to update via cUrl, fx. `curl -X PUT -d name=Bessie http://server/pets/{id}`, without overwriting other fields.

0 commit comments

Comments
 (0)