Skip to content

Commit

Permalink
Fix typo in README (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilzakka committed Jan 3, 2023
1 parent ae220b2 commit e5f516c
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 @@ -44,7 +44,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
private var menuBarExtra: FluidMenuBarExtra?

func applicationDidFinishLaunching(_ notification: Notification) {
self.menuBarExtra = FluidMenuBarExtra(title: "My Menu", systemImage: "cloud.fill"} {
self.menuBarExtra = FluidMenuBarExtra(title: "My Menu", systemImage: "cloud.fill") {
Text("My SwiftUI View")
}
}
Expand Down

0 comments on commit e5f516c

Please sign in to comment.