Skip to content

Commit 51fc123

Browse files
committed
fix: correct case sensitivity in application path for troubleshooting instructions
1 parent af52e0f commit 51fc123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brew install --cask murdercode/presto/presto
5555
If you see this error when launching Presto for the first time, it's a temporary issue that occurs because the app lacks an Apple Developer signature (which requires paying $99 to Apple). This is a common situation for open-source applications. To resolve it, run this command in Terminal:
5656

5757
```bash
58-
xattr -d com.apple.quarantine /Applications/Presto.app
58+
xattr -d com.apple.quarantine /Applications/presto.app
5959
```
6060

6161
Then you can launch Presto normally from your Applications folder or Spotlight.

0 commit comments

Comments
 (0)