Skip to content

Commit b78366f

Browse files
authored
Update README.md
1 parent 3720056 commit b78366f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,10 @@ export default Button;
452452

453453
This should be everything we need to setup the API. Simply click our test api call button and see the magic work!
454454

455-
### Congratulations! Our Rails API and React Client is done!
455+
Congratulations! Our Rails API and React Client is done!
456456

457457

458-
# Rails Serializers
458+
## Rails Serializers
459459

460460
What are Serializers? Well Rails API's returns JSON data in full, so serializers allows us to cherry pick the exact data we want in a much organized fashion. Instead of getting every column from the returned data, we can grab which ever we allow to pass through.
461461

0 commit comments

Comments
 (0)