Skip to content

Commit 01e96e1

Browse files
authored
README typo fixes for whisper-word-timestamps (#63)
* Update README.md * Update README.md
1 parent 2bfbe5d commit 01e96e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

whisper-word-timestamps/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Code Completion
1+
# whisper-word-timestamps
22

3-
## Getting Started
3+
Run Whisper (via **Transformers.js**) locally with **word-level timestamps**.
44

55
Follow the steps below to set up and run the application.
66

@@ -14,10 +14,10 @@ git clone https://github.com/huggingface/transformers.js-examples.git
1414

1515
### 2. Navigate to the Project Directory
1616

17-
Change your working directory to the `code-completion` folder:
17+
Change your working directory to the `whisper-word-timestamps` folder:
1818

1919
```sh
20-
cd transformers.js-examples/code-completion
20+
cd transformers.js-examples/whisper-word-timestamps
2121
```
2222

2323
### 3. Install Dependencies
@@ -37,3 +37,4 @@ npm run dev
3737
```
3838

3939
The application should now be running locally. Open your browser and go to `http://localhost:5173` to see it in action.
40+

0 commit comments

Comments
 (0)