diff --git a/README-zh.md b/README-zh.md
index 3ddccc5..ab19979 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -50,8 +50,8 @@ OpenVZ VPS 用户请使用其它的 VPN 软件,比如 vpnsetup.sh (或者 vpnsetup_centos.sh),然后点击右方的 **`Raw`** 按钮。按快捷键 `Ctrl-A` 全选, `Ctrl-C` 复制,然后粘贴到你喜欢的编辑器。
@@ -85,7 +85,7 @@ sudo sh vpnsetup_centos.sh
如果你想创建具有不同凭据的多个 VPN 用户,只需要修改这几行的脚本。
-在 VPN 处于活动状态时,客户端已配置为使用Google Public DNS。此设置可在 `options.xl2tpd` 文件的 `ms-dns` 项更改。
+在 VPN 处于活动状态时,客户端已配置为使用 Google Public DNS。此设置可在 `options.xl2tpd` 文件的 `ms-dns` 项更改。
仅适用于 Amazon EC2 实例:在安全组设置中,请打开 UDP 端口 500 和 4500,以及 TCP 端口 22 (可选,用于 SSH )。
diff --git a/README.md b/README.md
index ad627a3..5793128 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ Scripts for automatic configuration of an IPsec/L2TP VPN server on Ubuntu 16.04/
We will use Libreswan as the IPsec server, and xl2tpd as the L2TP provider.
-#### Link to VPN tutorial with detailed usage instructions
+#### Link to my VPN tutorial with detailed usage instructions
## Table of Contents
- [Author](#author)
-- [Main Features](#main-features)
+- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [For Ubuntu and Debian](#for-ubuntu-and-debian)
@@ -28,7 +28,7 @@ We will use Libreswan as th
- Final year U.S. PhD candidate seeking opportunities in the industry.
- View my LinkedIn profile and contact me: www.linkedin.com/in/linsongui
-## Main Features
+## Features
- Fully automated IPsec/L2TP VPN server setup, no user input needed
- Encapsulates all VPN traffic in UDP - does not need ESP protocol
@@ -70,7 +70,7 @@ First, update your system with `apt-get update && apt-get dist-upgrade` and rebo
wget https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/vpnsetup.sh -O vpnsetup.sh
nano -w vpnsetup.sh
[Edit and replace IPSEC_PSK, VPN_USER and VPN_PASSWORD with your own values]
-sudo sh vpnsetup.sh
+sh vpnsetup.sh
```
### For CentOS and RHEL:
@@ -82,7 +82,7 @@ yum -y install wget nano
wget https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/vpnsetup_centos.sh -O vpnsetup_centos.sh
nano -w vpnsetup_centos.sh
[Edit and replace IPSEC_PSK, VPN_USER and VPN_PASSWORD with your own values]
-sudo sh vpnsetup_centos.sh
+sh vpnsetup_centos.sh
```
If unable to download via `wget`, you may alternatively open vpnsetup.sh (or vpnsetup_centos.sh) and click the **`Raw`** button. Press `Ctrl-A` to select all, `Ctrl-C` to copy, then paste into your favorite editor.