Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 29, 2010
1 parent 7785910 commit 7d78c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
test:
@./support/expresso/bin/expresso

docs.html: index.js
index.html: index.js
dox --title "Connect Form" \
--ribbon "http://github.com/visionmedia/connect-form" \
$< > $@
Expand Down
2 changes: 1 addition & 1 deletion docs.html → index.html
Expand Up @@ -141,7 +141,7 @@
</td>
<td class="code">
<pre><code><span class="keyword">var</span> <span class="variable">utils</span> = <span class="variable">require</span>(<span class="string">'connect/utils'</span>),
<span class="variable">formidable</span> = <span class="variable">require</span>(<span class="string">'./support/formidable'</span>);</code></pre>
<span class="variable">formidable</span> = <span class="variable">require</span>(<span class="string">'formidable'</span>);</code></pre>
</td>
</tr>
<tr class="code">
Expand Down

0 comments on commit 7d78c48

Please sign in to comment.