Skip to content

Commit a7654d1

Browse files
committed
JS feedback
1 parent 2796224 commit a7654d1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/get-started/connect-to-mongodb.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Connect to MongoDB
1717
.. step:: Edit your {+language+} application file
1818

1919
Navigate to your ``quickstart.rb`` file in the ``ruby-quickstart``
20-
directory. Copy and paste the following code under the Bundler
20+
directory. Copy and paste the following code below the Bundler
2121
code from the :ref:`ruby-quick-start-download-and-install` step
22-
of this tutorial to query the ``movies`` collection in the ``sample_mflix``
23-
database:
22+
of this tutorial. This code connects to MongoDB and queries the
23+
``movies`` collection in the ``sample_mflix`` database.
2424

2525
.. literalinclude:: /includes/get-started/quickstart.rb
2626
:language: ruby
@@ -36,7 +36,8 @@ Connect to MongoDB
3636

3737
.. step:: Run your {+language+} application
3838

39-
In your project directory, run the following shell command to run the application:
39+
From your ``ruby-quickstart`` directory, run the following shell
40+
command to run the application:
4041

4142
.. code-block:: none
4243

0 commit comments

Comments
 (0)