Add a space in the curl commands so it works with other shells

This commit is contained in:
Tanner Collin 2017-01-07 19:28:58 +00:00
parent 4fd82c8dc6
commit 59ad62e2af

View File

@ -34,7 +34,7 @@ export default class Home extends React.Component {
<p>
Run this command: <br />
<code>
$ echo 'notica() &#123; curl --data "d:$*" https://notica.us/{id}; &#125;' >> ~/.bashrc && source ~/.bashrc
$ echo 'notica() &#123; curl --data "d:$*" https://notica.us/{id} ; &#125;' >> ~/.bashrc && source ~/.bashrc
</code>
</p>
<p>Go to this link to receive your notifications (bookmark it since it's yours): <Link to={'/' + id}>https://notica.us/{id}</Link></p>
@ -44,7 +44,7 @@ export default class Home extends React.Component {
<p>
Add this line to your <code className="smallcode">.bashrc</code> file:<br />
<code>
notica() &#123; curl --data "d:$*" https://notica.us/{id}; &#125;
notica() &#123; curl --data "d:$*" https://notica.us/{id} ; &#125;
</code>
</p>
<p>