Skip to content

Commit e3e7188

Browse files
authored
Merge pull request #35 from 0xTowel/master
Fix markdown in README which was broken by Github's markdown change: https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown
2 parents 3a96762 + fc41264 commit e3e7188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ We tried to keep the course fairly self contained but if you find yourself lost
149149
<img src="/resources/images/ip_addr.png" alt="ip addr"/>
150150
</p>
151151
and then SSH using [PuTTY](http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe) or a command line client<br>
152-
```$ ssh [email protected]```<br>
153-
```[email protected]'s password: lab01start```<br>
152+
<code>$ ssh [email protected]</code><br>
153+
<code>[email protected]'s password: lab01start</code><br>
154154
* Navigate to `/levels/labXX` to begin<br>
155155
```$ cd /levels/lab01```
156156
* The Warzone is structured like any local privilege escalation wargame.

0 commit comments

Comments
 (0)