Update hosted Soft Serve url

Toby Padilla created

Change summary

README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

README.md 🔗

@@ -13,7 +13,7 @@ A tasty Git server that runs its own SSH service. 🍦
 
 ## What does it look like?
 
-Just run `ssh beta.charm.sh` for an example.
+Just run `ssh git.charm.sh` for an example.
 
 ## Building/installing
 
@@ -21,7 +21,7 @@ The Soft Serve command is called `soft`. You can build and install it with
 `go`:
 
 ```bash
-git clone ssh://beta.charm.sh/soft-serve
+git clone ssh://git.charm.sh/soft-serve
 cd soft-serve
 go install
 ```