Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebremer committed Jun 21, 2024
2 parents b7b5e76 + 19825ab commit 411e375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Run the following command for usage in NPM projects:
npm install tsl-mastodon-cli
```

Run the following command for globlal installation:
Run the following command for global installation:

```Shell
npm install --global tsl-mastodon-cli
Expand Down Expand Up @@ -51,7 +51,7 @@ $ npx tsl-mastodon-cli post-status \
--token 'ABC' \
--media 'animation.gif' \
--text 'Hello, World!' \
--visibiliy public
--visibility public
```


Expand All @@ -60,7 +60,7 @@ Avaliable Options
-----------------

The available options are not settled yet.
Please run `nxp tsl-mastodon-cli --help` to get the latest overview.
Please run `npx tsl-mastodon-cli --help` to get the latest overview.



Expand Down

0 comments on commit 411e375

Please sign in to comment.