Commit 56173c85 authored by Andy Boughton's avatar Andy Boughton
Browse files

Merge pull request #169 from gvwilson/removing-fixme

Removing FIXME from instructors.md
parents d8753bac 7297d888
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
@@ -30,13 +30,12 @@
<p>One or more paragraphs laying out the lesson's legend (i.e., the story behind its running example).</p>
<h2 id="overall">Overall</h2>
<ul>
<li><p>FIXME</p></li>
<li><p>FIXME</p></li>
<li><p>Something insightful.</p></li>
<li><p>Some hard-won experience.</p></li>
</ul>
<h2 id="topic-title-one"><a href="01-one.html">Topic Title One</a></h2>
<ul>
<li><p>Point</p></li>
<li><p>Point</p></li>
<li><p>A specific tip or trick about the first topic.</p></li>
<li><p>Be sure to describe what learners are expected to do during the topic (watch, type along, pair program, etc.)</p></li>
</ul>
<ol style="list-style-type: decimal">
@@ -45,13 +44,8 @@
</ol>
<h2 id="topic-title-two"><a href="02-two.html">Topic Title Two</a></h2>
<ul>
<li><p>Point</p></li>
<li><p>Point</p></li>
<li>Et cetera.</li>
</ul>
<ol style="list-style-type: decimal">
<li><p>Discussion of first challenge.</p></li>
<li><p>Discussion of second challenge.</p></li>
</ol>
        </div>
      </div>
      <div class="footer">
+6 −14
Original line number Diff line number Diff line
@@ -10,18 +10,16 @@ behind its running example).

## Overall

*   FIXME
*   Something insightful.

*   FIXME
*   Some hard-won experience.

## [Topic Title One](01-one.html)

* Point
*   A specific tip or trick about the first topic.

* Point

* Be sure to describe what learners are expected to do during the
  topic (watch, type along, pair program, etc.)
*   Be sure to describe what learners are expected to do during the topic
    (watch, type along, pair program, etc.)

1.  Discussion of first challenge.

@@ -29,10 +27,4 @@ behind its running example).

## [Topic Title Two](02-two.html)

* Point

* Point

1.  Discussion of first challenge.

2.  Discussion of second challenge.
*   Et cetera.