From a21e16d1fd767b0952e46a868b573dc9cc4b2a35 Mon Sep 17 00:00:00 2001 From: Spencer Woo Date: Fri, 31 Dec 2021 22:44:04 +0800 Subject: [PATCH] update readme with discussion and pr links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2211f0c..9d95912 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Live demo at [Spencer's OneDrive](https://drive.spencerwoo.com). ## Deployment -> Starting now, you don't have to manually acquire your tokens, and you don't need to register a client at Microsoft anymore (PR #210). +> Starting now, you don't have to manually acquire your tokens, and you don't need to register a client at Microsoft anymore ([PR #210](https://github.com/spencerwooo/onedrive-vercel-index/pull/210) and [Discussion #215](https://github.com/spencerwooo/onedrive-vercel-index/discussions/215)). ### New users @@ -217,7 +217,7 @@ https://drive.spencerwoo.com/api/proxy?url=https%3A%2F%2Fpublic.dm.files.1drv.co ### Server-*less*? -Yes! Completely free with no backend server what-so-ever. +Yes! Completely free with no backend server what-so-ever. (Well, we use Redis, but that's free to some extent also.) ---