Skip to content

Commit 6f9faa1

Browse files
committed
Make suggested changes
1 parent a3d645f commit 6f9faa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handbook/running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ eve ~/myEveDir/myEveFile.eve --editor
3232

3333
This will run the supplied Eve program with the editor visible
3434

35-
## Running Eve in Serve mode
35+
## Running Eve in Server mode
3636

3737
Eve can be started in server mode using the `--server` flag:
3838

3939
```
4040
eve --server
4141
```
4242

43-
Without this flag, execution of Eve programs happens within the browser, with the Eve server acting as an intermediary between the browser and your local system. In server mode, Eve will instead execute your program on the server. Currently written programs will operate exactly as before, but this is a preliminary step in order to get networked Eve applications going (like a chat server or a multiplayer game). There is still work needed to be done there
43+
Without this flag, execution of Eve programs happens within the browser, with the Eve server acting only as a file server between the browser and your local system. In server mode, Eve will instead execute your program on the server. Currently written programs will operate exactly as before, but this is a preliminary step in order to get networked Eve applications going (like a chat server or a multiplayer game). There is still work needed to be done there
4444

4545

4646
## Eve Workspaces

0 commit comments

Comments
 (0)