Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Typo in readme #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h2 class="featurette-heading">Wordpress.<br><span class="text-muted">Adding fun
<p class="col-lg-offset-1"><a class="btn btn-large btn-success" href="http://github.com/LiranCohen/stickUp">Visit GitHub</a><br><br></p>
<p>
<p class="lead">
<b>Next,</b> include the stickUp javascript file into Wordpress. Open the file within your teme that includes the footer. This is most likely <i>'footer.php'</i> or something of that nature, depending on the theme you're using.<br><br>
<b>Next,</b> include the stickUp javascript file into Wordpress. Open the file within your theme that includes the footer. This is most likely <i>'footer.php'</i> or something of that nature, depending on the theme you're using.<br><br>
Near the very bottom of the file above the <b><i>'&#60;/body&#62;'</i></b> tag and below the <b><i>'&#60;?php wp_footer(); ?&#62;'</i></b> tag insert the following code.
</p>
<xmp>
Expand Down