Skip to content

Commit

Permalink
fix TOC #46
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 15, 2023
1 parent 5106f12 commit 2fa318c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ and make your `API` the best it can be!
- [Examples of Successful (Good) `RESTful` APIs](#examples-of-successful-good-restful-apis)
- [`Twitter`](#twitter)
- [Realtime APIs: `WebSockets`](#realtime-apis-websockets)
- [Examples of Realtime APIs](#examples-of-realtime-apis)
- [Examples of Realtime APIs](#examples-of-realtime-apis)
- [`RESTful` API Design and Best Practices](#restful-api-design-and-best-practices)
- [Provide sensible `Resource` names](#provide-sensible-resource-names)
- [Use adequate `HTTP` response codes to indicate status](#use-adequate-http-response-codes-to-indicate-status)
Expand Down Expand Up @@ -452,7 +452,7 @@ http://www.sitepoint.com/introduction-to-the-html5-websockets-api/
http://stackoverflow.com/questions/10161796/how-many-users-nodejs-socket-io-can-support


#### Examples of Realtime APIs
### Examples of Realtime APIs

One of the biggest uses of realtime APIs
is in the finance world -
Expand Down

0 comments on commit 2fa318c

Please sign in to comment.