Update README.md

Fixes a typo
This commit is contained in:
Alexis Opolka 2025-03-29 12:11:56 +01:00 committed by GitHub
parent d59bd5ec3d
commit 3d833a0aa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ On the technical side, navi uses the `directories-next` crate for rust,
which defines platform-specific locations to store the configuration files,
the cache and other types of files an application might need.
> [!TIPS]
> [!TIP]
> For example, this is why cheatsheets are being stored in `~/Library/Application Support/navi` on macOS.
> [!NOTE]