File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ The `deno deploy` command provides a powerful CLI for deploying and managing
8
8
applications on [ Deno Deploy<sup >EA</sup >] ( https://deno.com/deploy ) .
9
9
10
10
If you already have an app to deploy you can skip to
11
- [ Deploying your application] ( #deploying -your-application ) , or read on to make
12
- and then deploy a simple app.
11
+ [ Deploying your application] ( #deploy -your-application ) , or read on to make and
12
+ then deploy a simple app.
13
13
14
14
## Prerequisites
15
15
@@ -158,11 +158,11 @@ with the `--help` flag to see all available options:
158
158
deno deploy --help
159
159
```
160
160
161
- :::note Deno Deploy< sup >EA</ sup > organization requirement
161
+ :::note Deno Deploy organization requirement
162
162
163
- If you don't already have a Deno Deploy< sup >EA</ sup > organization set up, you
164
- can create one through the
165
- [ Deno Deploy< sup >EA</ sup > web app] ( https://app.deno.com ) .
163
+ The ` deno deploy ` command requires a Deno Deploy organization. If you don't
164
+ already have an organization set up in your account, you can create one through
165
+ the [ Deno Deploy web app] ( https://app.deno.com ) .
166
166
167
167
:::
168
168
You can’t perform that action at this time.
0 commit comments