From b460d35eca4814f0e4fa0b3504d49e5fac8f8a6a Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 4 Sep 2022 17:15:20 +1200 Subject: [PATCH] Add a few relevant documentation links to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1c75c8a..b29d326 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,10 @@ yarn android You can find the metadata yaml file in the fdroiddata repository: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.massive.yml + +# Relevant Documentation + +- Android https://developer.android.com/docs +- TypeScript https://www.typescriptlang.org/docs/ +- JavaScript https://developer.mozilla.org/en-US/docs/Web/JavaScript +- SQLite https://sqlite.org/docs.html