From 0f2e9d84b209d595a2ac49939addad63523bb711 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Tue, 26 Feb 2019 12:14:33 +0200 Subject: [PATCH] Punctuate the bullet-points as if they were sentences (they are!). --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1a63c32..ea18ac3a 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Apollo Server is a community-maintained open-source GraphQL server. It works wit Apollo Server is built with the following principles in mind: -- **By the community, for the community**: Apollo Server's development is driven by the needs of developers -- **Simplicity**: by keeping things simple, Apollo Server is easier to use, easier to contribute to, and more secure -- **Performance**: Apollo Server is well-tested and production-ready - no modifications needed +- **By the community, for the community**: Apollo Server's development is driven by the needs of developers. +- **Simplicity**: By keeping things simple, Apollo Server is easier to use, easier to contribute to, and more secure. +- **Performance**: Apollo Server is well-tested and production-ready. Anyone is welcome to contribute to Apollo Server, just read [CONTRIBUTING.md](./CONTRIBUTING.md), take a look at the [roadmap](./ROADMAP.md) and make your first PR!