Skip to content

Commit 5d733b0

Browse files
shawnkoonhramos
authored andcommitted
Fix small bug in ReadMe doc and add consistent periods. (#622)
1 parent f68c771 commit 5d733b0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ This repo contains the website configuration and documentation powering the
1010
1. Git
1111
1. Node: install version 6.2.2 or greater. Node v8 would be ideal.
1212
1. Yarn: See
13-
[Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
14-
1. A fork of the repo (for any contributions)
13+
[Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/).
14+
1. A fork of the repo (for any contributions).
1515
1. A clone of the `react-native-website` repo.
1616
1. Docusaurus: Run `yarn global add docusaurus-init` or `npm install --global docusaurus-init`
1717
1. Prettier: See
18-
[Prettier website for installation instructions](https://prettier.io/docs/en/install.html)
18+
[Prettier website for installation instructions](https://prettier.io/docs/en/install.html).
1919

2020
### Installation
2121

22-
1. `cd react-native-website` to go into the project root
23-
1. `cd website` to go into the website portion of the project
22+
1. `cd react-native-website` to go into the project root.
23+
1. `cd website` to go into the website portion of the project.
2424
1. `yarn` to install the website's npm dependencies (or `npm install`, if not
25-
using Yarn)
25+
using Yarn).
2626

2727
### Running locally
2828

29-
1. `yarn start` to start the development server (powered by Docusaurus) (or `npm start`, if not using Yarn)
30-
1. `open http://localhost:3000/` to open the site in your favorite browser
29+
1. `yarn start` to start the development server (powered by Docusaurus) (or `npm start`, if not using Yarn).
30+
1. `open http://localhost:3000/` to open the site in your favorite browser.
3131

3232
# Overview
3333

@@ -106,9 +106,9 @@ be in reverse chronological order.
106106

107107
#### Cutting a new version
108108

109-
1. `cd react-native-website` to go into the project root
110-
1. `cd website` to go into the website portion of the project
111-
1. Run `yarn version <version>` where '<version>' is the new version being
109+
1. `cd react-native-website` to go into the project root.
110+
1. `cd website` to go into the website portion of the project.
111+
1. Run `yarn version <version>` where `<version>` is the new version being
112112
released.
113113

114114
## Website configuration
@@ -129,14 +129,14 @@ React Native showcase.
129129
### Create a branch
130130

131131
1. `git checkout master` from any folder in your local `react-native-website`
132-
repository
133-
1. `git pull origin master` to ensure you have the latest main code
132+
repository.
133+
1. `git pull origin master` to ensure you have the latest main code.
134134
1. `git checkout -b the-name-of-my-branch` (replacing `the-name-of-my-branch`
135-
with a suitable name) to create a branch
135+
with a suitable name) to create a branch.
136136

137137
### Make the change
138138

139-
1. Follow the "Running locally" instructions
139+
1. Follow the "Running locally" instructions.
140140
1. Save the files and check in the browser. Some changes may require a server restart.
141141
1. Changes to /docs will only be visible in the latest version of the documentation (master).
142142

@@ -150,10 +150,10 @@ React Native showcase.
150150
### Push it
151151

152152
1. Run `yarn prettier` to ensure your changes are consistent with other files in
153-
the repo
153+
the repo.
154154
1. `git add -A && git commit -m "My message"` (replacing `My message` with a
155155
commit message, such as `Fixed header logo on Android`) to stage and commit
156-
your changes
156+
your changes.
157157
1. `git push my-fork-name the-name-of-my-branch`
158158
1. Go to the
159159
[react-native-website repo](https://github.com/facebook/react-native-website)

0 commit comments

Comments
 (0)