diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md
index 78692205..c887ac9f 100644
--- a/docs/third-party-packages.md
+++ b/docs/third-party-packages.md
@@ -8,13 +8,13 @@ Here are some of those third party packages:
### Python 3.5 port
-Github
+GitHub
## Plugins
### Starlette APISpec
-Github
+GitHub
Simple APISpec integration for Starlette.
Document your REST API built with Starlette by declaring OpenAPI (Swagger)
@@ -22,14 +22,14 @@ schemas in YAML format in your endpoint's docstrings.
### Starlette API
-Github
+GitHub
That library aims to bring a layer on top of Starlette framework to provide useful mechanism for building APIs. Based on API Star. Some featuers: marshmallow schemas, dependency injection, auto generated api schemas,
auto generated docs.
### webargs-starlette
-Github
+GitHub
Declarative request parsing and validation for Starlette, built on top
of [webargs](https://github.com/marshmallow-code/webargs).
@@ -39,13 +39,13 @@ type annotations.
### Mangum
-Github
+GitHub
Serverless ASGI adapter for AWS Lambda & API Gateway.
### Nejma ⭐
-Github
+GitHub
Manage and send messages to groups of channels using websockets.
Checkout nejma-chat, a simple chat application built using `nejma` and `starlette`.
@@ -54,7 +54,7 @@ Checkout nejma
### Responder
-Github |
+GitHub |
Documentation
Async web service framework. Some Features: flask-style route expression,
@@ -62,7 +62,7 @@ yaml support, OpenAPI schema generation, background tasks, graphql.
### FastAPI
-Github |
+GitHub |
Documentation
High performance, easy to learn, fast to code, ready for production web API framework.
@@ -70,7 +70,7 @@ Inspired by **APIStar**'s previous server system with type declarations for rout
### Bocadillo
-Github |
+GitHub |
Documentation
A modern Python web framework filled with asynchronous salsa.