Skip to content

Commit d3fa488

Browse files
author
Mike O'Toole
committed
Fixed formating on style guide. Added Tools to index page.
1 parent ba0b5ec commit d3fa488

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Guides for getting things done, programming well, and programming in style.
88
* [Code Review](/code-review)
99
* [Best Practices](/best-practices)
1010
* [Style](/style)
11+
* [Tools](/tools)
1112

1213
High level guidelines:
1314

tools/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ If you need to send files that are nested you can try to use vanilla curl:
2121
curl -i -F [parameter] -F [parameter] [url]
2222

2323
Example:
24+
2425
curl -i -F 'user_profile[name]=robo' -F 'user_profile[avatar][email protected]' https://some-cool-api.io/user_profile

0 commit comments

Comments
 (0)