diff --git a/README.md b/README.md index 143446f..4aac250 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,7 @@ business logic (business value) be developed in the same codebase - using the sa development in the same single repository. We believe this for two main reasons: 1. Lower barrier for and accelerate onboarding of new engineers developing the SaaS by making it easy for them to load a complete mental model of the codebase. -2. Minimize potential bottlenecks and eliminate complexities of coordinating development across repositories, with -potentially different teams responsible for the different repositories. +2. Minimize cross project/team coordination Once the SaaS product has gained market traction and the core set of functionality has been identified to achieve product-market fit, the functionality could be re-written with a language that would improve user experience or @@ -636,4 +635,4 @@ documentation or just send us your feedback and suggestions ; ) ## 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/) +channel #saas-starter-kit on [Gopher Slack](http://invite.slack.golangbridge.org/) \ No newline at end of file diff --git a/cmd/web-api/README.md b/cmd/web-api/README.md index 92d54b6..bf26833 100644 --- a/cmd/web-api/README.md +++ b/cmd/web-api/README.md @@ -305,8 +305,4 @@ Ensure the `pkg` directory used for go module cache has the correct permissions. ```bash sudo chown -R $(whoami):staff ${HOME}/go/pkg sudo chmod -R 755 ${HOME}/go/pkg -``` - - - - +``` \ No newline at end of file diff --git a/cmd/web-app/README.md b/cmd/web-app/README.md index 6022614..2b2cbef 100644 --- a/cmd/web-app/README.md +++ b/cmd/web-app/README.md @@ -189,4 +189,3 @@ Test a specific language by appending the locale to the request URL. ### Future Functionality -