Tidy instructions spelling & spacing (#369)

* tidy up instructions spelling/spacing

* remove spaces in empty lines

Co-authored-by: Edward <edward@finchit.co.za>
Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
This commit is contained in:
Edward
2021-03-14 20:09:07 +02:00
committed by GitHub
parent 8ed35e268f
commit 91daa6b904
76 changed files with 151 additions and 161 deletions

View File

@@ -25,9 +25,9 @@ caproverOneClickApp:
start: >-
Redis is an open source key-value store that functions as a data structure server.
After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 6379 to other CapRover apps.
After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 6379 to other CapRover apps.
Enter your Redis container name and click on next. It will take about a minute for the process to finish.
Enter your Redis container name and click on next. It will take about a minute for the process to finish.
end: "Redis is deployed and available as srv-captain--$$cap_appname:6379 to other apps. For example with NodeJS: const client = redis.createClient(6379, 'srv-captain--$$cap_appname' , {password: '$$cap_redis_password'})"
displayName: ''
isOfficial: true