From 616e3cd82161d43bc719f98b3c5e65e677bfd4ad Mon Sep 17 00:00:00 2001 From: Adrian Samoticha <86920182+Adrian-Samoticha@users.noreply.github.com> Date: Sat, 30 Oct 2021 10:44:56 +0200 Subject: [PATCH] Readme: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c8196..87cba2a 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ You can see the [example](https://github.com/alexmercerind/flutter_acrylic/blob/
Open the `macos/Runner.xcworkspace` folder of your project using Xcode, press ⇧ + ⌘ + O and search for `MainFlutterWindow.swift`. -Insert `import flutter_acrylic` at the top of the line. +Insert `import flutter_acrylic` at the top of the file. Then, insert the following code above the `super.awakeFromNib()`-line: ```swift