Skip to content

Commit d546961

Browse files
author
Chris Cho
authored
directive and grammar fixes to quick-start (#84)
* use code-block, fix grammar
1 parent 990ebe0 commit d546961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/quick-start.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Run the sample code with the following command from your command line:
179179
When you run the command, the sample code should output the details of the
180180
movie which resembles the following:
181181

182-
::
182+
.. code-block:: none
183183

184184
{
185185
_id: ...,
@@ -202,5 +202,5 @@ Next Steps
202202
----------
203203

204204
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>`.
205+
:doc:`CRUD Operations guide </fundamentals/crud>` or how to perform common
206+
operations in our :doc:`usage examples </usage-examples>`.

0 commit comments

Comments
 (0)