From b153fae27a663999b6d9821bb393ea5429a583bd Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Tue, 29 Mar 2022 01:38:31 +0200 Subject: [PATCH] Fix another typo Signed-off-by: Juraj Oravec --- qml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/README.md b/qml/README.md index b17ffd5..776d7b0 100644 --- a/qml/README.md +++ b/qml/README.md @@ -4,4 +4,4 @@ 2. [Basic Extension](articles/2.Basic_extension.md) - [Extension](extensions/qml_tutorial_2/) 3. [Adding a button to the toolbar](articles/3.Adding_a_button_to_the_toolbar.md) - [Extension](extensions/qml_tutorial_3/) 4. [Adding an entry to the web context menu](articles/4.Adding_entry_to_the_web_context_menu.md) - [Extension](extensions/qml_tutorial_4/) -5. [Using notifications](articles/4.Using_notificcations.md) - [Extension](extensions/qml_tutorial_5/) +5. [Using notifications](articles/5.Using_notifications.md) - [Extension](extensions/qml_tutorial_5/)