sbrandeis HF staff commited on
Commit
40f5e04
1 Parent(s): 1cce611

Warn about changes not persisted

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -56,8 +56,10 @@ The application does not restart automatically when you change the code. For you
56
 
57
  ### Persisting changes
58
 
59
- The changes you make when the Dev Mode is enabled are not persisted to the Space repo automatically, and by default they will be discarded when the Dev Mode is disabled or when the Space goes to sleep.
60
-
 
 
61
  If you wish to persist changes made while the Dev Mode is enabled, you need to use `git` from inside the Space container (using VS Code or SSH). For example:
62
 
63
  ```shell
 
56
 
57
  ### Persisting changes
58
 
59
+ <div class="alert alert-warning">
60
+ The changes you make when the Dev Mode is enabled are not persisted to the Space repo automatically.
61
+ By default, they will be discarded when the Dev Mode is disabled or when the Space goes to sleep.
62
+ </div>
63
  If you wish to persist changes made while the Dev Mode is enabled, you need to use `git` from inside the Space container (using VS Code or SSH). For example:
64
 
65
  ```shell