From 1cea696a1ea0b36a5d2103dda5a376f960f9bdf6 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 15 Sep 2019 00:25:59 +0200 Subject: [PATCH] never typescript, soooo slowssssss! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e9225..57dcb41 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ And thus eventually to serve the LBRY user (yes, you)! ## How? -LBRY Bot is written in javascript (maybe TypeScript in the future) using [Node.js](https://nodejs.org/en/download/) with Express. +LBRY Bot is written in javascript using [Node.js](https://nodejs.org/en/download/). LBRY Bot initually will use the [lbry-sdk](https://github.com/lbryio/lbry-sdk) (also known as `lbrynet`) in order to retrieve information from the LBRY (eg. meta-data, resolve URLs and more). -- GitLab