Skip to content

Commit 0728a3b

Browse files
updated docs
1 parent 58fc5e7 commit 0728a3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ <h2>What it does</h2>
2727

2828
By working in the <code>/src</code> directory all of your changes are piped and rendered to the <code>/dest</code> folder.
2929

30-
<pre>
31-
/src/scss -> /dest/css
32-
/src/js -> /dest/js
33-
/src/pages -> /dest/
34-
/src/img -> /dest/img
35-
</pre>
30+
<pre>
31+
/src/scss -> /dest/css
32+
/src/js -> /dest/js
33+
/src/pages -> /dest/
34+
/src/img -> /dest/img
35+
</pre>
3636
<p>
3737
It even refreshes your browser on every change!
3838
</p>

0 commit comments

Comments
 (0)