Skip to content

Commit 1201c6c

Browse files
committed
tweak words
1 parent d751c03 commit 1201c6c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/getting-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,13 +479,15 @@ Or with Yarn:
479479

480480
This command will ask you a few questions to configure your deploy, including which Observable workspace to use and whether the project should be public or private. You can also enter an optional message to associate with the deploy, but for now feel free to leave this blank by hitting Enter.
481481

482+
When deploy completes, Framework will show your project’s URL on observablehq.cloud, like below. From there you can invite people to your private workspace to see your project, or make your project public so anyone can see it.
483+
482484
<pre data-copy="none">
483485
<span class="muted">┌</span> <span class="invert"> observable deploy </span>
484486
<span class="muted">│</span>
485487
<span class="blue">●</span> To configure deploy, we need to ask you a few questions.
486488
<span class="muted">│</span>
487489
<span class="green">◇</span> Which Observable workspace do you want to use?
488-
<span class="muted">│ ACME Inc. (@example)</span>
490+
<span class="muted">│ Example Inc. (@example)</span>
489491
<span class="muted">│</span>
490492
<span class="green">◇</span> Which project do you want to use?
491493
<span class="muted">│ Create a new project</span>
@@ -506,12 +508,8 @@ This command will ask you a few questions to configure your deploy, including wh
506508
<span class="muted">└</span> <span class="muted">Deployed project now visible at <u>https://example.observablehq.cloud/hello-framework/</u></span>
507509
</pre>
508510

509-
When deploy completes, Framework will show your project’s URL on observablehq.cloud.
510-
511511
<div class="tip">Your deploy configuration is saved to <code>docs<span class="wbr">/</span>.observablehq<span class="wbr">/</span>deploy.json</code>. When collaborating on a project, you should commit this file to git so your collaborators don’t have to separately configure deploy.</div>
512512

513-
From there you can invite people to your private workspace to see your project, or make your project public so anyone can see it.
514-
515513
### Self hosting
516514

517515
Of course, you don’t have to deploy to Observable — Framework projects are simply static sites, so you can host them anywhere!

0 commit comments

Comments
 (0)