Skip to content

Commit 6f078a4

Browse files
authored
Improve README callout to coder/coder (#6579)
1 parent 7649b6e commit 6f078a4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ while quilt push; do quilt refresh; done
127127

128128
0. You can go through the patch stack with `quilt push` and `quilt pop`.
129129
1. Create a new patch (`quilt new {name}.diff`) or use an existing patch.
130-
2. Add the file(s) you are patching (`quilt add [-P patch] {file}`). A file
130+
1. Add the file(s) you are patching (`quilt add [-P patch] {file}`). A file
131131
**must** be added before you make changes to it.
132-
3. Make your changes. Patches do not need to be independent of each other but
132+
1. Make your changes. Patches do not need to be independent of each other but
133133
each patch must result in a working code-server without any broken in-between
134134
states otherwise they are difficult to test and modify.
135-
4. Add your changes to the patch (`quilt refresh`)
136-
5. Add a comment in the patch about the reason for the patch and how to
135+
1. Add your changes to the patch (`quilt refresh`)
136+
1. Add a comment in the patch about the reason for the patch and how to
137137
reproduce the behavior it fixes or adds. Every patch should have an e2e test
138138
as well.
139139

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ details.
7373
Interested in [working at Coder](https://coder.com/careers)? Check out [our open
7474
positions](https://coder.com/careers#openings)!
7575

76-
## For Organizations
76+
## For Teams
7777

78-
Want remote development for your organization or enterprise? Visit [our
79-
website](https://coder.com) to learn more about Coder.
78+
We develop [coder/coder](https://cdr.co/coder-github) to help teams to
79+
adopt remote development.

docs/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following steps walk you through setting up a VM running Debian using Google
2222
Cloud (though you are welcome to use any machine or VM provider).
2323

2424
If you're [signing up with Google](https://console.cloud.google.com/getting-started) for the first time, you should get a 3-month trial with
25-
$300 of credits.
25+
\$300 of credits.
2626

2727
After you sign up and create a new Google Cloud Provider (GCP) project, create a
2828
new Compute Engine VM instance:

0 commit comments

Comments
 (0)