Skip to content

Commit

Permalink
Readme: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Samoticha committed Oct 30, 2021
1 parent 201a08b commit 616e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ You can see the [example](https://github.com/alexmercerind/flutter_acrylic/blob/
<br>
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
Expand Down

0 comments on commit 616e3cd

Please sign in to comment.