Skip to content

Commit 82e6d18

Browse files
committed
fix typo
1 parent 0efcabb commit 82e6d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ A collection of one-click buttons and scripts for deploying code-server to vario
2222
- [👀 Docs for the VM install script](deploy-vm/)
2323
- Deployed containers do not persist, and are often rebuilt
2424
- Containers can shut down when you are not using it, saving you money
25-
- All software and dependencies need to be defined in the `Dockerfile` or install script so they aren't destroyed on a rebuild. THis is great if you want to have a consistant environment every time.
25+
- All software and dependencies need to be defined in the `Dockerfile` or install script so they aren't destroyed on a rebuild. This is great if you want to have a new, clean environment every time you code
2626
- Storage may not be redundant. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service, for info:
2727
- [📄 Docs for code-server-deploy-container](deploy-container/)

0 commit comments

Comments
 (0)