branch: elpa/apropospriate-theme
commit 36c5fd3647840b39eb0c386bd5441dc2fad28022
Author: Rodrigo Flores <[email protected]>
Commit: Rodrigo Flores <[email protected]>
Fixed package name on use-package example
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 24539c5..f38b1d1 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Once installed, load either theme variant with `M-x
load-theme` or in your confi
[`use-package`](https://github.com/jwiegley/use-package) style:
``` elisp
-(use-package apropospriate
+(use-package apropospriate-theme
:ensure t
:config
(load-theme 'apropospriate-dark t)