We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990ebe0 commit d546961Copy full SHA for d546961
source/quick-start.txt
@@ -179,7 +179,7 @@ Run the sample code with the following command from your command line:
179
When you run the command, the sample code should output the details of the
180
movie which resembles the following:
181
182
-::
+.. code-block:: none
183
184
{
185
_id: ...,
@@ -202,5 +202,5 @@ Next Steps
202
----------
203
204
Learn how to read and modify data using the Node.js driver in our
205
-:doc:`CRUD fundamentals </fundamentals/crud>` guide, or how to perform common
206
-operations from our :doc:`usage examples </usage-examples>`.
+:doc:`CRUD Operations guide </fundamentals/crud>` or how to perform common
+operations in our :doc:`usage examples </usage-examples>`.
0 commit comments