You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2022/06/06 05:04:42 UTC

[shardingsphere] branch master updated: Update shardingsphere-jdbc-quick-start.en.md (#18188)

This is an automated email from the ASF dual-hosted git repository.

menghaoran 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 0b291873ae7 Update shardingsphere-jdbc-quick-start.en.md (#18188)
0b291873ae7 is described below

commit 0b291873ae7f94041a1db1526af26af3f999f7d8
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Mon Jun 6 13:04:37 2022 +0800

    Update shardingsphere-jdbc-quick-start.en.md (#18188)
    
    Fixed the English
---
 .../content/quick-start/shardingsphere-jdbc-quick-start.en.md     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md b/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md
index 6de2fad8dda..2d79936dfe7 100644
--- a/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md
+++ b/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md
@@ -6,14 +6,14 @@ weight = 1
 
 ## Scenarios
 
-Apache ShardingSphere can be configured by four methods, `Java`, `YAML`, `Spring namespace` and `Spring boot starter`. 
-Developers can choose the suitable method according to different situations. 
+There are four ways you can configure Apache ShardingSphere: `Java`, `YAML`, `Spring namespace` and `Spring boot starter`. 
+Developers can choose the preferred method according to their requirements. 
 
-## Restrictions
+## Limitations
 
 Currently only Java language is supported.
 
-## Prerequisites
+## Requirements
 
 The development environment requires Java JRE 8 or later.