You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/05/03 15:32:22 UTC

[openwhisk-slackinvite] branch master updated: Minor edits (#12)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-slackinvite.git


The following commit(s) were added to refs/heads/master by this push:
     new ec37a86  Minor edits (#12)
ec37a86 is described below

commit ec37a864f10f44a7f81e67f1c8aab49491ab3d1d
Author: fredster33 <64...@users.noreply.github.com>
AuthorDate: Mon May 3 08:32:12 2021 -0700

    Minor edits (#12)
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index c7e7afe..a70d010 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # openwhisk-slackinvite
-Simple webpage for invitations for Apache OpenWhisk Slack Community
+Simple webpage for invitations for Apache OpenWhisk Slack Community.
 
-Join our Slack https://openwhisk.apache.org/slack.html
+Join our Slack: [https://openwhisk.apache.org/slack.html](https://openwhisk.apache.org/slack.html)
 
-Backend is implemented as a serverless action with api gateway route
+The backend is implemented as a serverless action with an API gateway route.
 
 ## Installing
 
@@ -45,9 +45,9 @@ curl -X GET https://21ef035.api-gw.mybluemix.net/openwhisk-team/slackinvite?emai
 ### Update index.html
 Edit the line `var actionUrl = "https://...";` and replace the value with your new url that expose your new action.
 
-### Deploy to github-pages
-Create a new github repo, then go to settings, and set master branch as github page.
-Push the modified `index.html` to the new repo, then your webpage would be accesible from https://$username.github.io/$reponame
+### Deploy to GitHub Pages
+Create a new GitHub repo, then go to settings, and set the master branch as GitHub Pages.
+Push the modified `index.html` to the new repo, then your webpage will be accesible from `https://$username.github.io/$reponame`
 
 
 License: Apache-2.0