From ae86a8ef70d0e29eb7fc773f1f6d0064036eff41 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Thu, 26 Oct 2023 13:24:42 -0400 Subject: [PATCH] Update pipe plugin readme.md --- packages/plugin-pipe/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-pipe/readme.md b/packages/plugin-pipe/readme.md index f768ffc3..feb614a6 100644 --- a/packages/plugin-pipe/readme.md +++ b/packages/plugin-pipe/readme.md @@ -2,7 +2,7 @@ ## Overview -This plugin facilitates communication with DataPipe (https://pipe.jspsych.org), a service that enables sending data directly to an OSF component. This plugin is under v0.1 to reflect that the API of DataPipe is still under development. +This plugin facilitates communication with DataPipe (https://pipe.jspsych.org), a service that enables sending data directly to an OSF component. This plugin is under v0.x to reflect that the API of DataPipe is still under development. The plugin enables sending data collected by the experiment to DataPipe, which is then routed to an OSF component. This allows hosting an experiment without using a backend server, such as through a free service like [GitHub Pages](https://pages.github.com/). DataPipe also allows sending base64 encoded files (such as audio or video recordings), which are decoded into their original form before being sent to the OSF component. It also supports a simple balanced condition assignment, which allows for sequential assignment to conditions without the need for a backend server. @@ -11,7 +11,7 @@ The plugin enables sending data collected by the experiment to DataPipe, which i ### In browser ```js -