From 2fc6d0581e8033c95210fe9e1369c337aa488e48 Mon Sep 17 00:00:00 2001 From: Prabhanshu Gupta Date: Thu, 26 Sep 2024 11:02:31 +0530 Subject: [PATCH] Update link to blog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dde57e..231bc07 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Spreadsheets are an outstanding tool for building small software. However, mains Bean is an exploration into new/overlooked ideas in the spreadsheet paradigm to solve this problem. It's intended to be a playground for trying out features (and _maybe_ eventually become a full-fledged spreadsheet software). -This involves looking at spreadsheets as a programming environment from the ground up. Read [this blogpost](https://blog.nilenso.com/blog/2023/11/10/spreadsheets-and-small-software) for the full background. [This talk](https://www.youtube.com/watch?v=0yKf8TrLUOw) is a great introduction to the problem. +This involves looking at spreadsheets as a programming environment from the ground up. Read [this blogpost](https://bean.nilenso.com/blog/posts/spreadsheets-and-small-software/) for the full background. [This talk](https://www.youtube.com/watch?v=0yKf8TrLUOw) is a great introduction to the problem. [Play around with it](https://bean.nilenso.com) (it's super early).