README.md in waitest-0.2.1 vs README.md in waitest-0.2.2
- old
+ new
@@ -9,12 +9,14 @@
## Installing
### Github Registry
- Setup PAT at https://github.com/settings/tokens
-- Choose token classic and make sure tick the "read registry"
-- Save
-- bundle config https://rubygems.pkg.github.com/WailanTirajoh WailanTirajoh:REPLACE_THIS_WITH_YOUR_PAT_CLASSIC_TOKEN
+- Choose token classic, tick the "read registry", save
+- Copy the PAT token and run this command inside your terminal
+```
+bundle config https://rubygems.pkg.github.com/WailanTirajoh WailanTirajoh:YOUR_PAT_TOKEN
+```
- Add to Gemfile
```
source "https://rubygems.pkg.github.com/wailantirajoh" do
gem "waitest", "0.1.12"