This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 1c1562ebbc3 update example readme (#28586)
1c1562ebbc3 is described below
commit 1c1562ebbc37109e85716e69e657a9a82a2df4f7
Author: totalo <[email protected]>
AuthorDate: Wed Sep 27 01:55:07 2023 -0500
update example readme (#28586)
---
examples/README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/examples/README.md b/examples/README.md
index 443ae116e4b..cf90bd700ca 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -6,11 +6,9 @@ Example for 2.x or 3.x or 4.x please see tags in
`https://github.com/apache/shar
**Notices**
-- *The `shardingsphere-sample` module is a brand new sample experience module.
*
+- *The `shardingsphere-jdbc-example-generator` module is a brand-new sample
experience module. *
-- *Please execute [initial
script](https://github.com/apache/shardingsphere/blob/master/examples/src/resources/manual_schema.sql)
before you first run the example if using manual mode.*
-
-- *Please make sure primary replica data replication sync on MySQL is running
correctly. Otherwise, primary-replica example will query empty data from the
replica.*
+- *Please make sure primary replica data replication sync on MySQL is running
correctly. Otherwise, readwrite-splitting example will query empty data from
the replica.*
## Using `master` branch