Skip to content

Commit

Permalink
doc(afrim-input): update the code on the readme (#43)
Browse files Browse the repository at this point in the history
After the renaming of `Afrim`  by `AfrimInput`, the README had not been updated.
  • Loading branch information
pythonbrad authored Sep 10, 2024
1 parent 80412f0 commit 43a09b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/afrim-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can find it here [npm/afrim-input-lite](https://www.npmjs.com/package/afrim-
In its simplest case, `afrim-input` can be initialised with a single line of Javascript:

```js
new Afrim({
new AfrimInput({
textFieldElementID: "textfield",
downloadStatusElementID: "download-status",
tooltipElementID: "tooltip",
Expand Down

0 comments on commit 43a09b8

Please sign in to comment.