branch: elpa/apropospriate-theme
commit 45c1bd36934eb93d758f085c422714ddc0ffa751
Merge: 0f4321b 36c5fd3
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
Merge pull request #12 from rodrigoflores/patch-1
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)