Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed May 7, 2019
1 parent b349456 commit 19f59ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/AppImageProxyUpdateExample.md
Expand Up @@ -48,12 +48,12 @@ int main(int ac , char **av)
app.quit();
});
/*
* Enable this if you want to print the log messages in
* the standard output.
* Enable this if you want to print the log messages in
* the standard output.
*/
DRevisioner.setShowLog(true);
/* Using proxy. */
DRevisioner.setShowLog(true);
/* Using proxy. */
DRevisioner.setProxy(proxy);
DRevisioner.start(); /* Start the update. */
Expand Down

0 comments on commit 19f59ea

Please sign in to comment.