From 514280c14ee17070e7cdd23527d92f2a7c415580 Mon Sep 17 00:00:00 2001 From: Lucas Brown Date: Sat, 11 Jan 2020 23:16:51 +0000 Subject: [PATCH] Update README.md --- README.md | 48 ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 91cb343..4c7ebf0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ https://docs.google.com/presentation/d/1WGYqMZ-YUOaNxlZBfU4srpN8i86MU0ppWWSBb3pk +- [Join Us on Gopher Slack](#join-us-on-gopher-slack) +- [Join our Email List](#join-our-email-list) - [Motivation](#motivation) +- [Contributions](#contributions) - [Description](#description) * [Example project](#example-project) - [Local Installation](#local-installation) @@ -52,13 +55,26 @@ https://docs.google.com/presentation/d/1WGYqMZ-YUOaNxlZBfU4srpN8i86MU0ppWWSBb3pk - [Deployment](#deployment) - [Development Notes](#development-notes) - [What's Next](#whats-next) -- [Join us on Gopher Slack](#join-us-on-gopher-slack) - [License](#license) +## Join Us on Gopher Slack + +If you are having problems installing, troubles getting the project running or would like to contribute, join the +channel #saas-starter-kit on [Gopher Slack](http://invite.slack.golangbridge.org/) + + +## Join our Email List + +Hate emails? I do too. But if want to keep updated on important updates and releases, +you should subscribe to our email list on the [SaaS Startup Kit website](https://saasstartupkit.com/). +We will only email when it is really really important. Other than that, you won't recieve +any email from us. + + ## Motivation When getting started building SaaS, we believe that is important for both the frontend web experience and the backend @@ -96,6 +112,17 @@ facilitate exposing metrics, logs and request tracing to obverse and validate yo for your clients (hopefully paying clients). +## Contributions + +We :heart: contributions. + +Have you had a good experience with SaaS Startup Kit? Why not share some love and contribute code? + +Thank you to all those that have contributed to this project and are using it in their projects. You can find a +CONTRIBUTORS file where we keep a list of contributors to the project. If you contribute a PR please consider adding +your name there. + + ## Description The example project is a complete startup kit for building SasS with GoLang. It provides two example services: @@ -685,25 +712,6 @@ documentation or just send us your feedback and suggestions :wink: -## Contributions - -We :heart: contributions. - -Have you had a good experience with SaaS Startup Kit? Why not share some love and contribute code? - -Thank you to all those that have contributed to this project and are using it in their projects. You can find a -CONTRIBUTORS file where we keep a list of contributors to the project. If you contribute a PR please consider adding -your name there. - - - -## Join us on Gopher Slack - -If you are having problems installing, troubles getting the project running or would like to contribute, join the -channel #saas-starter-kit on [Gopher Slack](http://invite.slack.golangbridge.org/) - - - ## License Please read the [LICENSE](./LICENSE) file here.