Skip to content

Commit f0c8a7e

Browse files
authored
Merge pull request #605 from AndySheu/master
docs(readme): add periods to sentence ends
2 parents 88b7353 + 333d8bc commit f0c8a7e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ We welcome your input! If you have feedback, please [submit an issue][issues]. I
4040

4141
The Deis project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.
4242

43-
* Fork this repository
44-
* Make your changes
45-
* [Submit a pull request][prs] (PR) to this repository with your changes, and unit tests whenever possible
46-
* If your PR fixes any [issues][issues], make sure you write `Fixes #1234` in your PR description (where `#1234` is the number of the issue you're closing)
47-
* The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with `LGTM1` and `LGTM2` (respectively). Once that happens, a contributor will merge it
43+
* Fork this repository.
44+
* Make your changes.
45+
* [Submit a pull request][prs] (PR) to this repository with your changes, and unit tests whenever possible.
46+
* If your PR fixes any [issues][issues], make sure you write `Fixes #1234` in your PR description (where `#1234` is the number of the issue you're closing).
47+
* The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with `LGTM1` and `LGTM2` (respectively). Once that happens, a contributor will merge it.
4848

4949
## Requirements
5050

@@ -60,19 +60,19 @@ make deps
6060

6161
## Building Documentation
6262

63-
To build the documentation run: `make build` or `make docker-build`
63+
To build the documentation run: `make build` or `make docker-build`.
6464

6565
## Serve Documentation Locally
6666

67-
To serve documenation run: `make serve` or `make docker-serve`
67+
To serve documenation run: `make serve` or `make docker-serve`.
6868

6969
Then view the documentation on [http://localhost:8000](http://localhost:8000) or `http://DOCKER_IP:8000`.
7070

7171
## License
7272

7373
Copyright 2013, 2014, 2015 Engine Yard, Inc.
7474

75-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
75+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.
7676

7777
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
7878

0 commit comments

Comments
 (0)