Procházet zdrojové kódy

Merge pull request #102 from bhumijgupta/bhumijgupta-fix-typo

Update README.md
Jason Antic před 6 roky
rodič
revize
dabfbd9023
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -217,7 +217,7 @@ From there you can start running the notebooks in Jupyter Lab, via the url they
 
 #### Docker
 
-You can build and run the docker using the foloowing process:
+You can build and run the docker using the following process:
 
 Cloning
 ```console
@@ -234,7 +234,7 @@ Running Docker
 echo "http://$(curl ifconfig.io):8888" && nvidia-docker run --ipc=host --env NOTEBOOK_PASSWORD="pass123" -p 8888:8888 -it deoldify
 ```
 
-If you don't have Nvidia Docker here the installation guide :
+If you don't have Nvidia Docker, here is the installation guide :
 https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0)#installing-version-20
 
 #### Note