summaryrefslogtreecommitdiffstats
path: root/wdocker_compose.post
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-21 15:53:47 +0100
committerGravatar Tom Willemse2016-02-21 15:53:47 +0100
commitc76c46b8f1926f10ddf37b7aab8601b8047846e9 (patch)
tree5ae43bfc2928dfbab287f0fb2f875845f53229fb /wdocker_compose.post
parent141b1f40d93ab521a35ecfed97ff9230e32ddd94 (diff)
downloadblog-c76c46b8f1926f10ddf37b7aab8601b8047846e9.tar.gz
blog-c76c46b8f1926f10ddf37b7aab8601b8047846e9.zip
Fix typo
Diffstat (limited to 'wdocker_compose.post')
-rw-r--r--wdocker_compose.post12
1 files changed, 6 insertions, 6 deletions
diff --git a/wdocker_compose.post b/wdocker_compose.post
index dc61bf8..6fdd845 100644
--- a/wdocker_compose.post
+++ b/wdocker_compose.post
@@ -6,8 +6,8 @@ format: html
;;;;;
<div id="outline-container-orgheadline1" class="outline-2">
-<h2 id="orgheadline1"><span class="section-number-2">1</span> Introduction</h2>
-<div class="outline-text-2" id="text-1">
+<h2 id="orgheadline1">Introduction</h2>
+<div class="outline-text-2" id="text-orgheadline1">
<p>
<a href="https://github.com/babab/wdocker">wdocker</a> is a little utility written by a <a href="https://benjamin.althu.es">friend</a> and former colleague
of mine. It allows you to define commands for it in a
@@ -57,8 +57,8 @@ wdocker rebuild
</div>
<div id="outline-container-orgheadline2" class="outline-2">
-<h2 id="orgheadline2"><span class="section-number-2">2</span> Syntax</h2>
-<div class="outline-text-2" id="text-2">
+<h2 id="orgheadline2">Syntax</h2>
+<div class="outline-text-2" id="text-orgheadline2">
<p>
wdocker has very simple syntax. You can define variables and
commands:
@@ -92,8 +92,8 @@ workflow.
</div>
<div id="outline-container-orgheadline3" class="outline-2">
-<h2 id="orgheadline3"><span class="section-number-2">3</span> Combining with docker-compose</h2>
-<div class="outline-text-2" id="text-3">
+<h2 id="orgheadline3">Combining with docker-compose</h2>
+<div class="outline-text-2" id="text-orgheadline3">
<p>
I started using docker not too long ago at work to develop our
projects in. This is nice because it allows me to completely isolate