Skip to content

Commit 814ffd5

Browse files
committed
Update
1 parent ecc805e commit 814ffd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/serverless/generate-sdxl-turbo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this tutorial, you'll build a web application, where you'll leverage RunPod's
1414

1515
By the end of this tutorial, you'll have an understanding of running a Serverless Worker on RunPod and sending requests to an Endpoint to receive a response.
1616

17-
You can proceed with the tutorial by following the build steps outlined here or skip directly to [Deploy the Model](#deploy-the-model) section.
17+
You can proceed with the tutorial by following the build steps outlined here or skip directly to [Deploy a Serverless Endpoint](#deploy-a-serverless-endpoint) section.
1818

1919
## Prerequisites
2020

@@ -270,7 +270,7 @@ async function generateImage() {
270270

271271
1. Replace `${process.env.REACT_APP_AUTH_TOKEN}` with your actual API key.
272272
2. Replace `${process.env.REACT_APP_ENDPOINT_ID}` with your specific Endpoint.
273-
3. Open `index.html` in a web browser, enter a prompt, and click the "Generate Image" button to see the result.
273+
3. Open `index.html` in a web browser, enter a prompt, and select **Generate Image** to see the result.
274274

275275
This web application serves as a basic example of how to interact with your RunPod serverless endpoint from a client-side application.
276276
It can be expanded or modified to fit more complex use cases.
@@ -298,7 +298,7 @@ You can run a server through Python or by opening the `index.html` page in your
298298
Open the `index.html` file directly in your web browser.
299299

300300
1. Navigate to the folder where your `index.html` file is located.
301-
2. Right-click on the file and choose "Open with" and select your preferred web browser.
301+
2. Right-click on the file and choose **Open with** and select your preferred web browser.
302302
- Alternatively, you can drag and drop the `index.html` file into an open browser window.
303303
- The URL will look something like `file:///path/to/your/index.html`.
304304

0 commit comments

Comments
 (0)