diff --git a/docs/Dev Environment Setup Guide.md b/docs/Dev Environment Setup Guide.md index a6e4ca8..4dd212d 100644 --- a/docs/Dev Environment Setup Guide.md +++ b/docs/Dev Environment Setup Guide.md @@ -63,11 +63,11 @@ Host campb303-w2vm1 The configuration above will allow you to connect to the development machine and automatically forward ports for development tools to work. Here's a bit more detail about what's going on: -| Key | Value | -|--------------|----------------------------------------------------------------------------------| -| Host | A friendly name to identify an SSH host by. This can be anything. | -| HostName | The DNS name or IP address of the computer you're connecting to. | -| User | The name of your user on the computer you're connecting to. | +| Key | Value | +| - | - | +| Host | A friendly name to identify an SSH host by. This can be anything. | +| HostName | The DNS name or IP address of the computer you're connecting to. | +| User | The name of your user on the computer you're connecting to. | | LocalForward | Forwards a port on your computer to a port on the computer you're connecting to. | !!! tip