formatting of the binaries path

This commit is contained in:
ophirharpazg 2020-05-29 00:30:03 +03:00
parent 02bdf4bb11
commit a07ec9251c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class MissingBinariesModal extends React.PureComponent {
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
Some Monkey binaries are not found where they should be...<br/>
You can download the files from <a href="https://github.com/guardicore/monkey/releases/latest" target="blank">here</a>,
at the bottommost section titled "Assets", and place them under the directory <i>monkey/monkey_island/cc/binaries</i>.
at the bottommost section titled "Assets", and place them under the directory <code>monkey/monkey_island/cc/binaries</code>.
</p>
</div>
<hr/>