diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst
index 64fff1e5f405568e765edc1734deceacca038d8f..dbe474d09feaafc4dee6ed71beb97354175be4b5 100644
--- a/documentation/source/readme/reStructuredText Basics.rst	
+++ b/documentation/source/readme/reStructuredText Basics.rst	
@@ -34,7 +34,7 @@ Inline markup for font styles is similar to markdown:
 * Use two asterisks (**text**) for bolding
 * Use two backticks (``text``) for code samples
 
-Links to external sites contain the link text and a bracketed URL in backticks, followed by an underscore: Link to write the docs `<https://www.writethedocs.org/>`_
+Links to external sites contain the link text and a bracketed URL in backticks, followed by an underscore: Link to write the docs `<https://www.writethedocs.org/>`_.
 
 
 **Headers**
@@ -139,7 +139,8 @@ The "list-table" directive is used to create a table from data in a uniform two-
 **Syntax**
 
   .. figure:: Images/List-table.PNG
-
+      :width: 50
+      :Height: 50
 
 **Output**