From 9c03c71ed0a522f46922b1a93b6c490f2db20ac0 Mon Sep 17 00:00:00 2001 From: Denis Carriere Date: Sun, 18 Feb 2024 13:54:47 -0500 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a32d336..63b17b1 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,14 @@ Every request can also be executed via the [online UI](http://localhost:3000). 1. Create TABLE for your EntityChanges Substreams (more details on [table initialization](/docs/features.md#table-initialization)) + ```bash + $ curl --location --request PUT 'localhost:3000/schema/sql?schema-url=' + ``` + **OR** ```bash $ curl --location --request PUT "localhost:3000/schema/sql" \ --header "Content-Type: text/plain" \ --data "CREATE TABLE foo () ENGINE=MergeTree ORDER BY();" - $ # OR - $ curl --location --request PUT 'localhost:3000/schema/sql?schema-url=' ``` ## Environment