diff --git a/README.md b/README.md index 11503c4..dab6737 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,12 @@
When using the non-native fullscreen mode of Emacs on modern MacBook Pro @@ -52,11 +46,12 @@ notch however, so it does not know to avoid rendering things behind it. ## Installation -### use-package + straight.el +`tab-bar-notch` is available via [MELPA](https://melpa.org/). + +### use-package ```elisp -(use-package tab-bar-notch - :straight (:host github :repo "jimeh/tab-bar-notch")) +(use-package tab-bar-notch) ``` ### Manual