diff --git a/docs/nuget.md b/docs/nuget.md
index 4e038a1eafa5af64277c977702d287bfeef978f5..19a92dd47eacf8ba7ae32f7f6ff3b8bff0eb6dd4 100644
--- a/docs/nuget.md
+++ b/docs/nuget.md
@@ -9,14 +9,14 @@ For more detailed instructions see: [medium.com/@churi.vibhav/creating-and-using
 
 The basic steps are:
 1.  Go to the location of your NuGet package and add it to your local NuGet repository:
-```
->nuget add <package_id>.nupkg -source <source_path>\<nuget_repo_name>
-```
-You can navigate to the source path (<source_path>\\<nuget_repo_name>) and call
-```
->tree
-```
-and you should see the added package in the repository tree.
+    ```
+    >nuget add <package_id>.nupkg -source <source_path>\<nuget_repo_name>
+    ```
+    You can navigate to the source path (<source_path>\\<nuget_repo_name>) and call
+    ```
+    >tree
+    ```
+    and you should see the added package in the repository tree.
 2.  To import the local package, open the project that you want to include the package in Visual Studio.
 3.  In the solution explorer, right click the solution => click "manage NuGet packages for solution..."
 4.  Click settings (little gear icon near "Manage Packages for Solution" in the top right corner).