Skip to content

Commit

Permalink
docs: remove foo@bar:~$ from bash command for easy copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
fenilli authored Oct 31, 2023
1 parent 174c70d commit 5aa8dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ You also should already have FormKit added to your vue application, you can chec

Now you have all requisites ready to use this package, you can install it with your preferred package manager.

```shell
foo@bar:~$ npm install @formkit/inertia
```bash
npm install @formkit/inertia
```

You should be able to to use the now available composable `useForm()`:
Expand Down

0 comments on commit 5aa8dc4

Please sign in to comment.