Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some grammar issues #5778

Merged
merged 5 commits into from
Jun 26, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/deploy/render.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Serverful deploys via Render's unified cloud

# Deploy to Render

Render is a unified cloud to build and run all your apps and websites with free SSL, a global CDN, private networks and auto deploys from Git — **database included**!
Render is a unified cloud to build and run all your apps and websites with free SSL, a global CDN, private networks and auto-deploys from Git — **database included**!

## Render tl;dr Deploy
## Render tl; dr Deploy
jtoar marked this conversation as resolved.
Show resolved Hide resolved

If you simply want to experience the Render deployment process, including a Postgres or SQLite database, you can do the following:
1. create a new redwood project: `yarn create redwood-app ./render-deploy`
Expand Down