From 3d195be8eca5f6bed33de0610f50d9cdc747e9fc Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Wed, 5 May 2021 08:21:15 +0200 Subject: [PATCH] [scripts/README][xs]: fix typo. --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 9902f7f3..116bc792 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,6 +1,6 @@ # Publishing data on Github using Portal.js and Github pages -Use case: you have some data in a Github repo and you'd like to publish it online using "portal" so that it is easy for others to view, explore and use it. +Use case: you have some data in a Github repo and you'd like to publish it online using "portal" so that it is easy for others to view, explore and use. Here we show how you can use portal.js plus github actions to publish your dataset in minutes and keep it updated as you make changes.