[docs] Fix numbering

This commit is contained in:
Joshua Lochner
2023-05-29 17:49:46 +02:00
parent 80d92cc38b
commit 55d6ef41b3
+1 -1
View File
@@ -152,7 +152,7 @@ First, let's define our components. Create a folder called `components` in the `
```
1. `Progress.jsx`: This component will display the progress for downloading each model file.
2. `Progress.jsx`: This component will display the progress for downloading each model file.
```jsx
export default function Progress({ text, percentage }) {
percentage = percentage ?? 0;