Skip to content

Commit 891400b

Browse files
authored
Merge pull request #1 from mholks/patch-1
Update README.md
2 parents 625fbdb + be39845 commit 891400b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h1> MazeCreator </h1>
22
<p> MazeCreator is a library written by Kerstin Jacob, Martin Kampmann, Michelle Svendsen, Kasper Rasmussen for the programming environment Processing. </p>
3-
<p> It offers implementations of the maze generation algorithms "Recursive Backtracking", "Kruskal" and "Hunt and Kill". The mazes include a default draw() method for generating an output at the processing sketch, but can be easily modified to suit the user's specific needs.</p>
3+
<p> It offers implementations of the maze generation algorithms "Recursive Backtracking", "Kruskal" and "Hunt and Kill". The mazes include a default draw() method for generating an output at the processing sketch, but can easily be modified to suit the user's specific needs.</p>
44

55
<h2> Installation </h2>
6-
<p>Download the library and place it within the "libraries" folder of your Processing sketchbook.</p>
6+
<p> Download the library and place it within the "libraries" folder of your Processing sketchbook.</p>
77
<p> For Windows users the default location of this libraries folder is /Documents/Processing/libraries. </p>
88
Copy the MazeCreator library's folder into the "libraries" folder at this location.
99
You will need to create the "libraries" folder if this is your first contributed library. </p>
@@ -19,4 +19,4 @@ Processing
1919
<p style="text-indent:30px;">------ src</p>
2020
</dl>
2121
</section>
22-
<p>Note that you might need to restart Processing to get access to the library. </p>
22+
<p> Note that you might need to restart Processing to get access to the library. </p>

0 commit comments

Comments
 (0)