From d150cec72805f3fccd969284313658436fd81c36 Mon Sep 17 00:00:00 2001 From: Kasim Te Date: Sat, 16 Jan 2021 12:21:38 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30040b8d..e2c6937d 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ preferences: preferences, delegate: self) ``` -**Note that if you set the** ```EasyTipView.globalPreferences```**, you can ommit the** ```preferences``` **parameter in all calls. Additionally, you can also ommit the** ``withinSuperview`` **parameter and the** ``EasyTipView`` **will be shown within the main application window**. +**Note that if you set the** ```EasyTipView.globalPreferences```**, you can omit the** ```preferences``` **parameter in all calls. Additionally, you can also ommit the** ``withinSuperview`` **parameter and the** ``EasyTipView`` **will be shown within the main application window**. *Alternatively, if you want to dismiss the ``EasyTipView`` programmatically later on, you can use one of the instance methods:*