From 556084e162fc24c401c1d2f5cdefa3bcb8ab8e85 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Wed, 16 Dec 2015 16:11:37 -0500 Subject: [PATCH] Fix typo --- streaming/http-to-mysql/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming/http-to-mysql/README.adoc b/streaming/http-to-mysql/README.adoc index 59d7bc7..32bc8d6 100644 --- a/streaming/http-to-mysql/README.adoc +++ b/streaming/http-to-mysql/README.adoc @@ -233,7 +233,7 @@ http post --contentType 'application/json' --target http://mysqlstream-http.app. > 202 ACCEPTED ``` + -. Connect to the MySQL instance and query the table `test.names` to list the new rows: +. Connect to the MySQL instance and query the table `names` to list the new rows: + ``` select * from names;