Skip to content

Commit

Permalink
Fix typo in extension example project (#1002)
Browse files Browse the repository at this point in the history
Minor typo fix.
  • Loading branch information
roschler authored Nov 1, 2024
1 parent e129c47 commit f41416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ An example project to show how to run 🤗 Transformers in a browser extension.

1. Add the extension to your browser. To do this, go to `chrome://extensions/`, enable developer mode (top right), and click "Load unpacked". Select the `build` directory from the dialog which appears and click "Select Folder".

1. That's it! You should now be able to open the extenion's popup and use the model in your browser!
1. That's it! You should now be able to open the extension's popup and use the model in your browser!

## Editing the template

Expand Down

0 comments on commit f41416c

Please sign in to comment.