Skip to content

Commit bfad6d7

Browse files
committed
update readme
1 parent f30aea8 commit bfad6d7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -625,14 +625,6 @@ module Api::V1
625625
end
626626
```
627627

628-
## Conclusion
629-
630-
Now you have the keys to the castle, and all the basics for building an API the Rails way.
631-
632-
Hopefully then guide was helpful for you, and if you want any points clarified or just want to say thanks then feel free to use the comments below.
633-
634-
Cheers, and happy coding!
635-
636628
## How to run
637629
*Clone source from github: `git@github.com:ntamvl/rails_5_api_tutorial.git`*
638630
```
@@ -674,3 +666,11 @@ curl -H "Authorization: Token token=[token]" http://localhost:3000/v1/users
674666
```
675667
curl -H "Authorization: Token token=3Hu9orST5sKDHUPJBwjbogtt" http://localhost:3000/v1/users
676668
```
669+
670+
## Conclusion
671+
672+
Now you have the keys to the castle, and all the basics for building an API the Rails way.
673+
674+
Hopefully then guide was helpful for you, and if you want any points clarified or just want to say thanks then feel free to use the comments below.
675+
676+
Cheers, and happy coding!

0 commit comments

Comments
 (0)