mirror of https://github.com/docker/docs.git
Update gettingstarted.md - grammar/typo (#16243)
This commit is contained in:
parent
53283a8a70
commit
ff1accf0b7
|
@ -7,7 +7,7 @@ title: Try Docker Compose
|
||||||
This tutorial is designed to introduce the key concepts of Docker Compose whilst building a simple Python web application. The application uses the Flask framework and maintains a hit counter in
|
This tutorial is designed to introduce the key concepts of Docker Compose whilst building a simple Python web application. The application uses the Flask framework and maintains a hit counter in
|
||||||
Redis.
|
Redis.
|
||||||
|
|
||||||
The concepts demonstrated here should be understandable even if you're not familiar Python.
|
The concepts demonstrated here should be understandable even if you're not familiar with Python.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue