diff --git a/README.md b/README.md
index 03b9672..4251a74 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,5 @@
# IPsec/L2TP VPN Server Auto Setup Scripts
-Note: This repository was created from (and replaces) these GitHub Gists:
-- gist.github.com/hwdsl2/9030462 (225 Stars, 88 Forks as of 01/18/2016)
-- gist.github.com/hwdsl2/e9a78a50e300d12ae195 (10 Stars, 6 Forks)
-
-## Overview
-
Scripts for automatic configuration of IPsec/L2TP VPN server on Ubuntu 14.04 & 12.04, Debian 8 and CentOS/RHEL 6 & 7. All you need to do is providing your own values for `IPSEC_PSK`, `VPN_USER` and `VPN_PASSWORD`, and they will handle the rest. These scripts can also be directly used as the Amazon EC2 "user-data" when creating a new instance.
We will use Libreswan as the IPsec server, and xl2tpd as the L2TP provider.
@@ -36,7 +30,7 @@ A dedicated server or any KVM- or Xen-based Virtual Private Server (VPS), with t
(Using the VPN scripts on a **freshly installed** system is recommended)
- Ubuntu 14.04 (Trusty) or 12.04 (Precise)
- Debian 8 (Jessie)
-- Debian 7 (Wheezy) - NOT recommended. Requires this workaround to work.
+- Debian 7 (Wheezy) - Not recommended. Requires this workaround to work.
- CentOS / Red Hat Enterprise Linux (RHEL) 6 or 7
OpenVZ VPS users should instead use Nyr's OpenVPN script.
@@ -70,7 +64,7 @@ nano -w vpnsetup_centos.sh
/bin/sh vpnsetup_centos.sh
```
-If unable to download via `wget`, you may open the VPN scripts above and click the `Raw` button on the right. Press `Ctrl+A` to select all, `Ctrl-C` to copy, then paste into your favorite editor.
+If unable to download via `wget`, you may alternatively open the VPN scripts above and click the **`Raw`** button on the right. Press `Ctrl+A` to select all, `Ctrl-C` to copy, then paste into your favorite editor.
## Next Steps
@@ -106,7 +100,7 @@ You may use `vpnupgrade_Libreswan.sh` (for Ubuntu/Debian) and `vpnupgrade_Libres
## Copyright and license
-Copyright (C) 2014-2016 Lin Song
+Copyright (C) 2014-2016 Lin Song
Based on the work of Thomas Sarlandie (Copyright 2012)
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License