From 825a6e6cd15cd3c8c2935dea8f7eb6da1a548be4 Mon Sep 17 00:00:00 2001 From: Pablo Stafforini Date: Tue, 21 Mar 2023 13:21:17 -0300 Subject: [PATCH] fix use-package formulas --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47df923..6def112 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ If you are using [use-package](https://www.emacswiki.org/emacs/UsePackage), add the following to your `init.el` file: ```elisp -(use-package 'chatgpt :ensure t) +(use-package chatgpt :ensure t) ``` or with `straight.el`: ```elisp -(use-package 'chatgpt - :straight ('chatgpt :type git :host github :repo "emacs-openai/'chatgpt")) +(use-package chatgpt + :straight (chatgpt :type git :host github :repo "emacs-openai/chatgpt")) ``` #### Manual installation