From 356f97288fb2109d52e99c33e92ecc1788f82172 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 23 Sep 2023 15:44:04 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20hyperlink=20supported=20?= =?UTF-8?q?platforms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ef2dd2db..758dfad1a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![npm](https://img.shields.io/npm/dm/megalodon)](https://www.npmjs.com/package/megalodon) [![NPM](https://img.shields.io/npm/l/megalodon)](/LICENSE.txt) -Megalodon is a Fediverse API client library for NodeJS, Bun, and browsers. -This library allows for interfacing with Mastodon, Pleroma, Friendica, and Firefish servers all with the same interface, providing REST API and streaming methods. +Megalodon is a Fediverse API client library for [NodeJS](https://nodejs.org), [Bun](https://bun.sh), and browsers. +This library allows for interfacing with [Mastodon](https://joinmastodon.org), [Pleroma](https://pleroma.social), [Friendica](https://friendi.ca), and [Firefish](https://joinfirefish.org) servers all with the same interface, providing REST API and streaming methods. The Rust version is [megalodon-rs](https://github.com/h3poteto/megalodon-rs).