-
Notifications
You must be signed in to change notification settings - Fork 14
trying to make this git git work. #4
base: gh-pages
Are you sure you want to change the base?
Conversation
Pull request successful! I just sent an email with updates to the instructions, so would be great to link to the video into the README, then use |
pull off adhesive backing of breadboard | ||
<li> | ||
press flat lego onto it | ||
<li>thats it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As reported by the automated tests, just a minor HTML syntax error above. <li>
s should wrap the content for that list item, and all be within a ul
or ol
. For example:
Directions:
<ol>
<li>pull of adhesive backing</li>
...
</ol>
Make sense?
Nice work! Might be good to give the visitor some more context about what you're teaching them, e.g. "Hey, do you like playing with circuits, but have a problem with X and Y?" and/or "Here are some examples of ways this can be used." |
Thanks those are great suggestions Amelia Winger-Bearskin On Sep 19, 2014, at 2:48 PM, Aidan Feldman [email protected] wrote: Nice work! Might be good to give the visitor some more context about what — |
No description provided.