Commit: b9a4e04701ec012d5c19456156bb8b8909f5c08c Parent: c96b37e0bad5f902f4c33acc651e4754cf28e655 Author: Vi Grey Date: 2017-08-26 17:06 UTC Summary: Fix header spacing problem README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a8bd38..179dcd7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ rcube is created by Vi Grey (https://vigrey.com) and is licensed Python module to solve Rubik's Cubes -####Dependencies +#### Dependencies * Python (>= 2.4) @@ -19,14 +19,14 @@ You could also install this module using pip (Recommended Method) by entering th sudo pip install rcube ``` -####Importing the Module +#### Importing the Module Simply type: ``` import rcube ``` -####Using the Module +#### Using the Module To use this module to solve a rubik's cube, use *rcube.solve(cube_list)* where cube_list is a list with the format: @@ -116,7 +116,7 @@ Back is below =-=-=-=-=-=-=-=-=-= -####Example Uses +#### Example Uses ``` import rcube