From a0a21b189df6986e56b10736a63db2f21118f1c2 Mon Sep 17 00:00:00 2001 From: Bart Blommaerts Date: Tue, 14 Apr 2020 15:52:48 +0200 Subject: [PATCH] Fix minor typo --- .../schema-registry-vanilla-rabbit-binder/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-registry-samples/schema-registry-vanilla-rabbit-binder/README.adoc b/schema-registry-samples/schema-registry-vanilla-rabbit-binder/README.adoc index 8cd7b61..8e9b02d 100644 --- a/schema-registry-samples/schema-registry-vanilla-rabbit-binder/README.adoc +++ b/schema-registry-samples/schema-registry-vanilla-rabbit-binder/README.adoc @@ -21,7 +21,7 @@ Start rabbit Build the applications: `./mvnw clean package` -- Start the Schema Registry server (Chnage these commands accordingly if you are not on a Unix like platform) +- Start the Schema Registry server (Change these commands accordingly if you are not on a Unix like platform) [source,bash] ---- wget -O /tmp/schema-registry-server.jar https://repo.spring.io/libs-snapshot-local/org/springframework/cloud/spring-cloud-schema-registry-server/1.0.0.BUILD-SNAPSHOT/spring-cloud-schema-registry-server-1.0.0.BUILD-SNAPSHOT.jar