Skip to content

Commit 13e573f

Browse files
committed
typo fix
1 parent 46cd9c4 commit 13e573f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsdoc/generate_index_html.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# based on https://odoepner.wordpress.com/2012/02/17/shell-script-to-generate-simple-index-html/
44

55
echo '<!DOCTYPE html><html><body>'
6-
echo '<h1>JSDoc for IBM Watson Developer Cloud Node.js SDK</h1>'
6+
echo '<h1>IBM Watson Developer Cloud Node.js SDK</h1>'
77
echo '<p><a href="https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/">Documentation</a>'
88
echo ' | <a href="https://github.com/watson-developer-cloud/node-sdk">GitHub</a>'
99
echo ' | <a href="https://npmjs.org/package/watson-developer-cloud">npm</a>'
10-
echo '</p><ul>'
11-
echo '<p>JSDoc by branch/tag:</p>'
10+
echo '</p>'
11+
echo '<p>JSDoc by branch/tag:</p><ul>'
1212
ls| grep --invert-match index.html | sed 's/^.*/<li><a href="&">&<\/a><\/li>/'
1313
echo '</ul></body></html>'

0 commit comments

Comments
 (0)