From d57bcd06c4f490a84d8781c6b522f6f3d9196ec7 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 24 May 2022 13:53:18 +0200 Subject: [PATCH] preserves.dev --- packages/create/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create/README.md b/packages/create/README.md index 8f489f2..7103dc2 100644 --- a/packages/create/README.md +++ b/packages/create/README.md @@ -39,6 +39,6 @@ Dataspace.boot(ds => { ``` If you don't need to define any Preserves -[schemas](https://preserves.gitlab.io/preserves/preserves-schema.html) in your application, +[schemas](https://preserves.dev/preserves-schema.html) in your application, remove the `protocols/` directory as well as the various `regenerate` scripts and any mention of the `src/gen/` directory from `package.json`.