From a563238ffb694059fb6cb6b5dbac5e445c1084c8 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Thu, 21 Dec 2023 19:30:05 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db0425..eccf394 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # reproschema-demo-protocol -A demo protocol for the ReproSchema paperr +A demo protocol for the ReproSchema paper ## Website From a6ab9e3582b5e5fe8f648b9737f2d16e126053c4 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Thu, 21 Dec 2023 19:30:43 -0500 Subject: [PATCH 2/2] Update config.js --- ui-changes/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-changes/src/config.js b/ui-changes/src/config.js index 0faae7b..eead979 100644 --- a/ui-changes/src/config.js +++ b/ui-changes/src/config.js @@ -1,8 +1,8 @@ module.exports = { /* eslint-disable */ githubSrc: 'https://raw.githubusercontent.com/ReproNim/reproschema-demo-protocol/main/reproschema_demo_protocol/reproschema_demo_protocol_schema', - banner: 'A demo protocol for the ReproSchema paperr', + banner: 'A demo protocol for the ReproSchema paper', startButton: 'Join', assetsPublicPath: '/reproschema-demo-protocol/', backendServer: null -}; \ No newline at end of file +};