Skip to content

Commit 8d9500a

Browse files
committed
improve docs
1 parent 9943132 commit 8d9500a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 1
66
# Installation
77

88
## PHP Archive (PHAR)
9-
We distribute Expose as a PHAR archive that contains everytrhing you need in order to use Expose. Simply download it from [here]() and make it executable:
9+
We distribute Expose as a PHAR archive that contains everything you need in order to use Expose. Simply download it from [here]() and make it executable:
1010

1111
```
1212
wget -O expose https://link-to-expose
@@ -16,7 +16,7 @@ chmod +x expose
1616
./expose
1717
```
1818

19-
Most likely, you want to put the `expose.phar` into a directory on your `PATH`, so you can simply call expose from any directory. For example:
19+
You most likely want to put the `expose.phar` into a directory on your `PATH`, so you can simply call expose from any directory. For example:
2020

2121
```
2222
sudo mv expose.phar /usr/local/bin/expose

docs/release-notes/2-0-0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When sharing a local site explicitly via `expose share my-local-site.test`, Expo
2626

2727
Expose 2.0 finally adds the ability to share your local TCP ports with others. This is super useful when you want to give access to an application that is running on your local machine via an Expose server.
2828

29-
For exmaple, you can share your local [HELO](https://usehelo.com) instance with others, making it easy to send out emails from staging/production servers right into a desktop application running on your local computer.
29+
For example, you can share your local [HELO](https://usehelo.com) instance with others, making it easy to send out emails from staging/production servers right into a desktop application running on your local computer.
3030

3131
### Reserved Subdomains
3232

@@ -38,4 +38,6 @@ Expose 1.0 was limited to one server that it could connect to. In case of our fr
3838

3939
### White-Label Domain support
4040

41-
The 2.0 update of Expose finally allowsyou to register a custom white-label domain on the Expose servers, allowing you to use your own custom domain with the Expose service. This means that you no longer have to share `*.sharedwithexpose.com` URLs with your colleagues and clients, but you can now register your own domain and use that instead. All it takes is a simple CNAME DNS entry and you're ready to go!
41+
The 2.0 update of Expose finally allows you to register a custom white-label domain on the Expose servers, allowing you to use your own custom domain with the Expose service. This means that you no longer have to share `*.sharedwithexpose.com` URLs with your colleagues and clients, but you can now register your own domain and use that instead. All it takes is a simple CNAME DNS entry and you're ready to go!
42+
43+
White label domains get TLS/SSL certificates on the first connect to a URL automatically. This process takes a few seconds so that first page load can take a moment or even fail – try again after a few seconds and all additional requests will be fast until the certificate expires. Re-using the same (sub-)domain makes sure that your certificate stays available.

docs/upgrade-from-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ This will download and install the latest version of Expose. Your existing authe
1919

2020
## Upgrading to Expose ::pro
2121

22-
Some of the Expose features are no longer available on our free server, such as custom subdomains, or the newly added TCP port sharing.
22+
Some Expose features are not available on our free server and require self-hosting or a Pro plan. These features include custom subdomains, or the newly added sharing of TCP ports.
2323

24-
If you want to upgrade your existing authentication token to Expose Pro, please [create a new Expose account](/register) where you will receive a fresh authentication token and can then upgrade to Expose Pro.
24+
If you want to upgrade your existing setup to Expose Pro, please [create a new Expose account](/register) and you get a new authentication token that can upgrade to Expose Pro.

0 commit comments

Comments
 (0)