Skip to content

Commit fffd645

Browse files
committed
readme end lines
1 parent 026abcc commit fffd645

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ Granular:
4040
Opinions
4141
========
4242
#### Restful resource urls
43-
Create - POST - /resources
44-
Read - GET - /resources/:id
45-
Update - PATCH - /resources/:id *PATCH is a partial update, PUT is a full resource update
46-
Delete - DELETE - /resources/:id
43+
Create - POST - /resources
44+
Read - GET - /resources/:id
45+
Update - PATCH - /resources/:id *PATCH is a partial update, PUT is a full resource update
46+
Delete - DELETE - /resources/:id
4747

4848
#### Middleware Patterns
4949

50-
Request Data validation and Middleware Flow Control - [tjmehta/dat-middleware](https://github.com/tjmehta/dat-middleware)
51-
Middleware Flow Control - [tjmehta/middleware-flow](https://github.com/tjmehta/middleware-flow)
52-
Middlewares of models are autogenerated for you
53-
* Mongoose Models - /lib/middlewares/mongo/index.js - [tjmehta/mongooseware](https://github.com/tjmehta/mongooseware)
54-
* Class Models - /lib/middlewares/apis/index.js [tjmehta/middlewarize](https://github.com/tjmehta/middlewarize)
55-
Sharing the request object as a common context between middlewares allows us to make
56-
asynchronous code look synchronous and avoid "callback hell"
50+
Request Data validation and Middleware Flow Control - [tjmehta/dat-middleware](https://github.com/tjmehta/dat-middleware)
51+
Middleware Flow Control - [tjmehta/middleware-flow](https://github.com/tjmehta/middleware-flow)
52+
Middlewares of models are autogenerated for you
53+
* Mongoose Models - /lib/middlewares/mongo/index.js - [tjmehta/mongooseware](https://github.com/tjmehta/mongooseware)
54+
* Class Models - /lib/middlewares/apis/index.js [tjmehta/middlewarize](https://github.com/tjmehta/middlewarize)
55+
Sharing the request object as a common context between middlewares allows us to make
56+
asynchronous code look synchronous and avoid "callback hell"
5757

5858

5959
#### Boom for Http Errors
@@ -87,8 +87,7 @@ Help and Tips
8787

8888
### Problems npm installing?
8989

90-
This may be because you're getting access denied from npm - which is trying to clone a private repo (runnable-api-client)
91-
Make sure you set up a ssh key with github and ssh-add it. (ssh-add ~/.ssh/github_rsa)
90+
This may be because you're getting access denied from npm. Which is trying to clone a private repo (runnable-api-client). Make sure you set up a ssh key with github and ssh-add it. (ssh-add ~/.ssh/github_rsa)
9291
[Your github ssh keys](https://github.com/settings/ssh)
9392

9493
### Rapid Prototyping with Runnable-Api-Client

0 commit comments

Comments
 (0)