@@ -16,7 +16,7 @@ Simply download the latest installer for your operating system. You can find th
1616 - [ Download the Roboflow Inference DMG] ( https://github.com/roboflow/inference/releases ) disk image
1717 - Mount hte disk image by double clicking it
1818 - Drag the Roboflow Inference App to the Application Folder
19- - Go to your Application Folder and double click the Roboflow Infernce App to start the server
19+ - Go to your Application Folder and double click the Roboflow Inference App to start the server
2020
2121
2222
@@ -34,7 +34,7 @@ notifications).
3434
3535## Run via Docker
3636
37- The preferred way to use Inference is via Docker
37+ The preferred way to use Inference is via Docker
3838(see [ Why Docker] ( /understand/architecture.md#why-docker ) ).
3939
4040[ Install Docker] ( https://docs.docker.com/engine/install/ ) (and
@@ -46,7 +46,7 @@ pip install inference-cli
4646inference server start
4747```
4848
49- The ` inference server start ` command attempts to automatically choose
49+ The ` inference server start ` command attempts to automatically choose
5050and configure the optimal container to optimize performance on your machine.
5151See [ Using Your New Server] ( #using-your-new-server ) for next steps.
5252
@@ -57,7 +57,7 @@ See [Using Your New Server](#using-your-new-server) for next steps.
5757## Dev Mode
5858
5959The ` --dev ` parameter to ` inference server start ` starts in development mode.
60- This spins up a companion Jupyter notebook server with a quickstart guide on
60+ This spins up a companion Jupyter notebook server with a quickstart guide on
6161[ ` localhost:9002 ` ] ( http://localhost:9002 ) . Dive in there for a whirlwind tour
6262of your new Inference Server's functionality!
6363
0 commit comments