eddiejaoude / stargate

Discord bot using Stargate Serverless (Cassandra DB)
https://eddiejaoude.github.io/stargate/
MIT License
68 stars 32 forks source link

Readme 1st paragraph structure suggestion. #127

Open RhysLadipo opened 3 years ago

RhysLadipo commented 3 years ago

Readme File Edit

The structure of the first paragraph in the readme file needs some minor adjustment. The 2nd sentence is too long. I would suggest breaking it up.

Existing Structure

Stargate is a data gateway deployed between client applications and a database. It's built with extensibility as a first-class citizen and makes it easy to use a database for any application workload by adding Plugin support for new APIs, data types, and access methods.

Suggested Edit

Stargate is a data gateway. It is deployed between client applications and databases. It's built with extensibility as a first-class citizen. It provides applications with easy access to data. (Featuring Plugin support for new APIs, data types, & access methods.)

eddiejaoude commented 3 years ago

Thank you 👍

adityaraute commented 3 years ago

Do you plan on creating a PR for this @RhysLadipo ?