From 753da3a1ddcc2253ee142401b282d5dee999cefa Mon Sep 17 00:00:00 2001 From: Taiko2k Date: Tue, 24 May 2022 18:51:46 +1200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6062cf8..789d19d 100644 --- a/README.md +++ b/README.md @@ -501,9 +501,9 @@ class MyApp(Adw.Application): ``` -Note that having an "Open with" option with your application would +Note that an "Open with" option with your application would require a `.desktop` file that registers a mime type that your application can open, but setting up a desktop -file is outside to scope of this tutorial. +file is outside the scope of this tutorial. ## Custom drawing area using Cairo