Update README.md
Add logo copyright and remove early mention of shareon
This commit is contained in:
parent
8201ef5b32
commit
893d9cba00
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
@ -2,11 +2,11 @@
|
|||
|
||||
# toot
|
||||
|
||||
[toot][toot] is a share page for Mastodon, allowing you to share stuff cross-instance.
|
||||
[`toot`][toot] is a share page for Mastodon, allowing you to share stuff cross-instance.
|
||||
Just put in your post text and the instance URL and click "Toot!"
|
||||
|
||||
And if you open this page with `text` URL parameter, it will be inserted in the
|
||||
text field. Same thing with `instance` URL parameter. This can be used to build
|
||||
And if you open this page with `text` URL parameter, it will be auto-inserted in the
|
||||
text field. Same goes for the `instance` URL parameter. This can be used to build
|
||||
custom share buttons for Mastodon:
|
||||
|
||||
```html
|
||||
|
@ -15,11 +15,17 @@ custom share buttons for Mastodon:
|
|||
</a>
|
||||
```
|
||||
|
||||
toot is used in [shareon][shareon], ethical social sharing buttons.
|
||||
The instance URL can be saved in your localStorage to be automatically appended later —
|
||||
handy!
|
||||
|
||||
|
||||
## Copyright
|
||||
|
||||
The `toot` icon is the altered Elephant emoji (🐘, `U+1F418`) from [Twemoji](https://twemoji.twitter.com),
|
||||
originally licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
||||
|
||||
----
|
||||
|
||||
[![Powered by Vercel](https://badgen.net/badge/powered%20by/vercel/black)](https://vercel.com)
|
||||
|
||||
[toot]: https://toot.karamoff.dev
|
||||
[shareon]: https://shareon.js.org
|
||||
|
|
Reference in a new issue