Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-17 16:36:35 +0300
committerGitHub <noreply@github.com>2019-02-17 16:36:35 +0300
commit7f01e499f32caebf02a3f34c629817d60ca2758a (patch)
treea07db00286a3d92ff14154145b4943d8b52690be /examples
parentbf7cba99196dbc18286a7d7d0e52d938c903ecbd (diff)
docs: use lowercase `or`. (#94)
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 4a7f226..0808cbc 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -4,7 +4,7 @@ Setup
```shell
npm install
-# OR
+# or
yarn
```