mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Added license badge to README
This commit is contained in:
parent
f1591b7f4c
commit
6800b3f176
2 changed files with 10 additions and 10 deletions
14
README.md
14
README.md
|
@ -6,21 +6,22 @@
|
||||||
|
|
||||||
[![Webpack][webpackbadge]][webpack]
|
[![Webpack][webpackbadge]][webpack]
|
||||||
[![Tests][testsbadge]][tests]
|
[![Tests][testsbadge]][tests]
|
||||||
[![Join the Discord server][discordbadge]][discord]
|
[![License][licensebadge]][license]
|
||||||
![Uptime][uptimebadge]
|
![Uptime][uptimebadge]
|
||||||
|
|
||||||
<!-- Links & Badges -->
|
[![Join the Discord server][discordbadge]][discord]
|
||||||
[icons]: https://skillicons.dev/icons?i=typescript,webpack,workers
|
|
||||||
|
|
||||||
|
<!-- Links & Badges -->
|
||||||
|
|
||||||
|
[icons]: https://skillicons.dev/icons?i=typescript,webpack,workers
|
||||||
[webpack]: https://github.com/dangeredwolf/FixTweet/actions/workflows/webpack.yml
|
[webpack]: https://github.com/dangeredwolf/FixTweet/actions/workflows/webpack.yml
|
||||||
[webpackbadge]: https://github.com/dangeredwolf/FixTweet/actions/workflows/webpack.yml/badge.svg
|
[webpackbadge]: https://github.com/dangeredwolf/FixTweet/actions/workflows/webpack.yml/badge.svg
|
||||||
|
|
||||||
[tests]: https://github.com/dangeredwolf/FixTweet/actions/workflows/tests.yml
|
[tests]: https://github.com/dangeredwolf/FixTweet/actions/workflows/tests.yml
|
||||||
[testsbadge]: https://github.com/dangeredwolf/FixTweet/actions/workflows/tests.yml/badge.svg
|
[testsbadge]: https://github.com/dangeredwolf/FixTweet/actions/workflows/tests.yml/badge.svg
|
||||||
|
|
||||||
[discord]: https://discord.gg/6CQTTTkGaH
|
[discord]: https://discord.gg/6CQTTTkGaH
|
||||||
[discordbadge]: https://dcbadge.vercel.app/api/server/6CQTTTkGaH?style=flat
|
[discordbadge]: https://dcbadge.vercel.app/api/server/6CQTTTkGaH?style=flat
|
||||||
|
[license]: https://github.com/dangeredwolf/FixTweet/blob/main/LICENSE.md
|
||||||
|
[licensebadge]: https://img.shields.io/github/license/dangeredwolf/FixTweet
|
||||||
[uptimebadge]: https://img.shields.io/uptimerobot/ratio/m792476277-53add6f22c4e6f4d3a2d7e98
|
[uptimebadge]: https://img.shields.io/uptimerobot/ratio/m792476277-53add6f22c4e6f4d3a2d7e98
|
||||||
|
|
||||||
## Inspired by [Robin Universe's TwitFix](https://github.com/robinuniverse/TwitFix), rewritten in TypeScript as a Cloudflare Worker to scale, packed with even more features and best-in-class user privacy.
|
## Inspired by [Robin Universe's TwitFix](https://github.com/robinuniverse/TwitFix), rewritten in TypeScript as a Cloudflare Worker to scale, packed with even more features and best-in-class user privacy.
|
||||||
|
@ -134,7 +135,6 @@ In many ways, FixTweet has richer embeds and does more. Here's a table comparing
|
||||||
[flc]: https://img.shields.io/github/last-commit/dangeredwolf/FixTweet?label
|
[flc]: https://img.shields.io/github/last-commit/dangeredwolf/FixTweet?label
|
||||||
[vlc]: https://img.shields.io/github/last-commit/dylanpdx/BetterTwitFix?label
|
[vlc]: https://img.shields.io/github/last-commit/dylanpdx/BetterTwitFix?label
|
||||||
[slc]: https://img.shields.io/github/last-commit/Twxtter/Twxtter-main?label
|
[slc]: https://img.shields.io/github/last-commit/Twxtter/Twxtter-main?label
|
||||||
|
|
||||||
[fc]: https://github.com/dangeredwolf/FixTweet/commits
|
[fc]: https://github.com/dangeredwolf/FixTweet/commits
|
||||||
[vc]: https://github.com/dylanpdx/BetterTwitFix/commits
|
[vc]: https://github.com/dylanpdx/BetterTwitFix/commits
|
||||||
[sc]: https://github.com/Twxtter/Twxtter-main/commits
|
[sc]: https://github.com/Twxtter/Twxtter-main/commits
|
||||||
|
|
Loading…
Add table
Reference in a new issue