Skip to content

Commit 3162f88

Browse files
authored
Merge pull request #2 from benthamite/fix-straight-formula
2 parents 16d0c91 + 825a6e6 commit 3162f88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ If you are using [use-package](https://www.emacswiki.org/emacs/UsePackage),
3232
add the following to your `init.el` file:
3333

3434
```elisp
35-
(use-package 'chatgpt :ensure t)
35+
(use-package chatgpt :ensure t)
3636
```
3737

3838
or with `straight.el`:
3939

4040
```elisp
41-
(use-package 'chatgpt
42-
:straight ('chatgpt :type git :host github :repo "emacs-openai/'chatgpt"))
41+
(use-package chatgpt
42+
:straight (chatgpt :type git :host github :repo "emacs-openai/chatgpt"))
4343
```
4444

4545
#### Manual installation

0 commit comments

Comments
 (0)