Skip to content

Commit 4001c71

Browse files
committed
First Web fixes
1 parent a2d7869 commit 4001c71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/tutorial/web-graphql.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ directly from GitHub:
8282

8383
.. code-block:: shell
8484

85-
git clone [email protected]:mongodb-university/realm-tutorial.git
85+
git clone [email protected]:mongodb-university/realm-tutorial-web.git
8686

8787
In your terminal, run the following commands to navigate to the task tracker
8888
client application and install its dependencies:
8989

9090
.. code-block:: shell
9191

92-
cd realm-tutorial/web
92+
cd realm-tutorial-web
9393
npm install
9494

9595
The realm-tutorial-react-native repository contains two branches: ``final``
@@ -104,8 +104,8 @@ tutorial, please check out the ``start`` branch:
104104
B. Explore the App Structure & Components
105105
-----------------------------------------
106106

107-
The web client is a standard React web application written in
108-
:JavaScript:`JavaScript <>` and scaffolded with `create-react-app
107+
The web client is a standard React web application written in JavaScript and
108+
scaffolded with `create-react-app
109109
<https://facebook.github.io/create-react-app/>`__. We encourage you to explore
110110
the files in the app for a few minutes before you continue the tutorial. This
111111
will help you to familiarize yourself with what the app contains and where

0 commit comments

Comments
 (0)