From d3de2bf3b34eef553a506c230f52f1aea1168a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Tue, 28 Nov 2023 20:32:43 -0800 Subject: [PATCH 1/2] Explain archival state --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3d3194d52..b55a1354f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Enketo Express +### ⚠️ Enketo Express code and issues have moved to [the Enketo monorepo](https://github.com/enketo/enketo) ⚠️ + +*** + _The [Enketo Smart Paper](https://enketo.org) web application._ It can be used directly by form servers or used as inspiration for building applications that wrap [Enketo Core](https://github.com/enketo/enketo-core). See [this diagram](https://enketo.org/develop/) for a summary of how the different Enketo components are related. **To get started visit our [technical documentation](https://enketo.github.io/enketo-express).** From ca0d3dd9b355a3a878fcedf4ccc4fe1e1d686361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Tue, 28 Nov 2023 20:45:44 -0800 Subject: [PATCH 2/2] Address prettier failure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b55a1354f..02ff301a2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### ⚠️ Enketo Express code and issues have moved to [the Enketo monorepo](https://github.com/enketo/enketo) ⚠️ -*** +--- _The [Enketo Smart Paper](https://enketo.org) web application._ It can be used directly by form servers or used as inspiration for building applications that wrap [Enketo Core](https://github.com/enketo/enketo-core). See [this diagram](https://enketo.org/develop/) for a summary of how the different Enketo components are related.