aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay-grudev@users.noreply.github.com>2016-11-04 08:49:48 +0000
committerGitHub <noreply@github.com>2016-11-04 08:49:48 +0000
commit26943b1e697e9bc3611c204cef451607a133b76f (patch)
tree0640034fe75c15bc43a252a2b1ac82915757bb57
parentMerge pull request #14 from uralbash/master (diff)
downloadsingleapplication-26943b1e697e9bc3611c204cef451607a133b76f.tar.xz
Fixed typo in README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7803224..d1c29b2 100644
--- a/README.md
+++ b/README.md
@@ -104,9 +104,9 @@ int main(int argc, char *argv[])
}
```
-___Note:__ A secondary instance won't cause the emission of the
+*__Note:__ A secondary instance won't cause the emission of the
`instanceStarted()` signal by default. See `SingleApplication::Mode` for more
-details.
+details.*
You can check whether your instance is a primary or secondary with the following
methods:
@@ -117,8 +117,8 @@ app.isPrimary();
app.isSecondary();
```
-__*Note:*__ If your Primary Instance is terminated a newly launched instance
-will replace the Primary one even if the Secondary flag has been set.
+*__Note:__ If your Primary Instance is terminated a newly launched instance
+will replace the Primary one even if the Secondary flag has been set.*
API
---