fix a small copy/paste error (#376)

Co-authored-by: Jim Bennett <jim.bennett@microsoft.com>
pull/381/head
skorpi 2 years ago committed by GitHub
parent 586b1bb6cd
commit c840c99f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -269,7 +269,7 @@ Write the server code.
1. Launch a new VS Code Terminal by selecting *Terminal -> New Terminal, or pressing `` CTRL+` ``. The new terminal will load the virtual environment, with the call to activate this appearing in the terminal. The name of the virtual environment (`.venv`) will also be in the prompt: 1. Launch a new VS Code Terminal by selecting *Terminal -> New Terminal, or pressing `` CTRL+` ``. The new terminal will load the virtual environment, with the call to activate this appearing in the terminal. The name of the virtual environment (`.venv`) will also be in the prompt:
```output ```output
➜ nightlight source .venv/bin/activate ➜ nightlight-server source .venv/bin/activate
(.venv) ➜ nightlight (.venv) ➜ nightlight
``` ```

Loading…
Cancel
Save