docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Fix shell code formatting #745

Closed ulyssessouza closed 4 years ago

ulyssessouza commented 4 years ago

Just a little correction on the formatting of shell code blocks. In particular the block just after "Next, create an App definition using the docker app init command:" that appears as one big block

The supported languages can be found here

- What I did Just change the code block language from console to shell

- How I did it Just change the code block language from console to shell

- How to verify it Check the README.md

- Description for the changelog NA

- A picture of a cute animal (not mandatory) Creative-Stationery-Cartoon-Animal-Correction-Belt-8m-Stationery-Correction-tape-for-Office-Students

codecov[bot] commented 4 years ago

Codecov Report

Merging #745 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #745   +/-   ##
=======================================
  Coverage   68.97%   68.97%           
=======================================
  Files          64       64           
  Lines        3439     3439           
=======================================
  Hits         2372     2372           
  Misses        749      749           
  Partials      318      318

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b339e0b...cf3d3ee. Read the comment docs.