diff --git a/src/ui/Home.js b/src/ui/Home.js index 4730c2f..d669445 100644 --- a/src/ui/Home.js +++ b/src/ui/Home.js @@ -34,7 +34,7 @@ export default class Home extends React.Component {
Run this command:
- $ echo 'notica() { curl --data "d:$*" https://notica.us/{id}; }' >> ~/.bashrc && source ~/.bashrc
+ $ echo 'notica() { curl --data "d:$*" https://notica.us/{id} ; }' >> ~/.bashrc && source ~/.bashrc
Go to this link to receive your notifications (bookmark it since it's yours): https://notica.us/{id}
@@ -44,7 +44,7 @@ export default class Home extends React.Component {
Add this line to your .bashrc
file:
- notica() { curl --data "d:$*" https://notica.us/{id}; }
+ notica() { curl --data "d:$*" https://notica.us/{id} ; }