Skip to content

Commit 3afe87b

Browse files
Update README.md
1 parent 59bcb1a commit 3afe87b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you are stuck for inspiration try one of these creation prompts:
119119
<!-- Installation -->
120120
## 4. Installation
121121

122-
There are 4 basic steps in order to add a ChatGPT button into Microsoft Word:
122+
There are 4 basic steps in order to add a DALL·E Image Generation button into Microsoft Word:
123123
1. Enable the Developer Tab
124124
2. Import the VBA script file
125125
3. Create the **Image Generation** button
@@ -144,9 +144,9 @@ The latest instructions to enable the Developer Tab from Microsoft can be found
144144
<a href="https://support.microsoft.com/en-us/office/show-the-developer-tab-in-word-e356706f-1891-4bb8-8d72-f57a51146792">https://support.microsoft.com/en-us/office/show-the-developer-tab-in-word-e356706f-1891-4bb8-8d72-f57a51146792</a>
145145
<br /><br />
146146

147-
### 4.2 Import the ChatgptImageGeneration.bas file
147+
### 4.2 Import the Dalle.bas file
148148

149-
**Step 1** - Download and Save the latest ChatgptImageGeneration.bas file from this repository.
149+
**Step 1** - Download and Save the latest Dalle.bas file from this repository in the src/windows directory.
150150
<br />
151151

152152
Keep the location of where the file is saved as you will need it later.<br />
@@ -162,10 +162,10 @@ Keep the location of where the file is saved as you will need it later.<br />
162162
<img src=".github/assets/images/visual-basic-file-import-section.png" width=100% height=100%>
163163
<br />
164164

165-
**Step 4** - Select the ChatgptImageGeneration.bas file and click Open
165+
**Step 4** - Select the Dalle.bas file and click Open
166166
<br /><br />
167167

168-
### 4.3 Add your ChatGPT button into the Microsoft Word Ribbon
168+
### 4.3 Add your DALL·E Image Generation button into the Microsoft Word Ribbon
169169

170170
**Please Note:** This project closely relates to our *Add ChatGPT to Microsoft Word* project found here: <a href="https://github.com/analyticsinmotion/add-chatgpt-to-microsoft-word">https://github.com/analyticsinmotion/add-chatgpt-to-microsoft-word</a>. If you have have already added that project into Microsoft Word you can start at Step 3 of this section.
171171
<br /><br />
@@ -194,7 +194,7 @@ Keep the location of where the file is saved as you will need it later.<br />
194194
<img src=".github/assets/images/choose-commands-from-macros.png" width=35% height=35%>
195195
<br />
196196

197-
**Step 5** - Select the ChatgptImageGeneration Macro and click Add >>
197+
**Step 5** - Select the Dalle Macro and click Add >>
198198

199199
<img src=".github/assets/images/add-the-macro-into-new-group.png" width=75% height=75%>
200200
<br />

0 commit comments

Comments
 (0)