File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments