From 64078c4e857643c8e3ca759f7389e2d55f8b7724 Mon Sep 17 00:00:00 2001 From: Erik Beuschau <32451595+erik-beus@users.noreply.github.com> Date: Thu, 24 Apr 2025 13:38:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b04198..fbf66c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Editor Extensions -The [toddle](https://toddle.dev?utm_source=github) editor previews toddle pages/components in an iframe. In order to work with authenticated APIs, it's necessary to run a browser extension that helps setting cookies in the iframe. This is normally restricted by the browser since the editor and the iframe run on 2 different origins. +The [Nordcraft](https://nordcraft.com?utm_source=github) editor previews Nordcraft pages/components in an iframe. In order to work with authenticated APIs, it's necessary to run a browser extension that helps setting cookies in the iframe. This is normally restricted by the browser since the editor and the iframe run on 2 different origins. This repository holds code for the relevant browser extensions - 1 for Chrome and 1 for Firefox.