diff --git a/README.md b/README.md index c11299b..5752bd9 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ The `doom-modeline` was designed for minimalism, and offers: - An indicator for current input method - An indicator for `LSP` state - An indicator for github notifications -- Truncated file names, file icon, buffer state and project name in buffer - information segment, which is compatible with `projectile` or `project` +- Truncated file name, file icon, buffer state and project name in buffer + information segment, which is compatible with `projectile` and `project` ## Screenshots diff --git a/doom-modeline.el b/doom-modeline.el index d51e635..a74e827 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -54,8 +54,8 @@ ;; - An indicator for debug state ;; - An indicator for LSP state ;; - An indicator for github notifications -;; - Truncated file names, file icon, buffer state and project name in buffer -;; information segment, which is compatible with projectile or project +;; - Truncated file name, file icon, buffer state and project name in buffer +;; information segment, which is compatible with projectile and project ;; ;; Installation: ;; From melpa, `M-x package-install RET doom-modeline RET`.