Skip to content

Commit 08a9801

Browse files
Update README file
1 parent ddb5c36 commit 08a9801

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [json formatter live](https://jsonformatter.live)
2-
[json formatter](https://jsonformatter.live) live / Keyboard first, privacy-friendly, [installable](https://support.google.com/chrome/answer/9658361?co=GENIE.Platform%3DDesktop&hl=en) JSON editor & formatter
1+
# [json formatter live](https://jsonformatter.com)
2+
Keyboard first, privacy-friendly, installable JSON formatter
33

44
[![Netlify Status](https://api.netlify.com/api/v1/badges/dec0f7d7-666e-4b01-ab1e-b282a52ab6d5/deploy-status)](https://app.netlify.com/sites/jfl/deploys)
55

66
### Run the project locally
7-
- Builds the project and starts a Docker container with nginx on port 8001
7+
- Builds the project and starts a Docker container with nginx on port **8001**
88
```bash
99
make run
1010
```
@@ -19,4 +19,16 @@
1919
- Starts Docker container and runs the cypress end to end tests
2020
```bash
2121
make test
22-
```
22+
```
23+
24+
## A note on the new domain name
25+
26+
The `jsonformatter.com` domain doesn't belong to the owner of the repo, but was kindly pointed to the app by its owner under the following conditions:
27+
28+
- Keep the code open source
29+
- Keep the app advertising free
30+
- Make sure the app is relatively maintained (TLS certificates are up-to-date, app is functional and has a decent uptime )
31+
32+
`jsonformatter.live` will continue to exist and will redirect to the new domain
33+
34+
Pro tip: If you installed the app on your computer using the `.live` domain, you will need to reinstall using the new one to get rid of the addres bar showing up at the top.

0 commit comments

Comments
 (0)