Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Oct 15, 2023
1 parent 4188f95 commit c268578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>What is Hubot?</h2>

<h2>No seriously, what is Hubot?</h2>
<p>GitHub, Inc., wrote the first version of Hubot to automate our company chat room. Hubot knew how to deploy the site, automate a lot of tasks, and be a source of fun around the office. Eventually he grew to become a formidable force in GitHub, but he led a private, messy life. So we rewrote him.</p>
<p>Today's version of Hubot is <strong>open source</strong>, written in <strong>CoffeeScript</strong> on <strong>Node.js</strong>, and easily deployed on platforms like <strong>Heroku</strong>. More importantly, Hubot is a standardized way to share scripts between everyone's robots.</p>
<p>Today's version of Hubot is <strong>open source</strong>, written in <strong>JavaScript</strong> on <strong>Node.js</strong>, and easily deployed on platforms like <strong>Heroku</strong>. More importantly, Hubot is a standardized way to share scripts between everyone's robots.</p>

<h2>What can Hubot do?</h2>
<p>We ship Hubot with a small group of core scripts: things like <a href="https://github.com/hubot-scripts/hubot-google-images">posting images</a>, <a href="https://github.com/hubot-scripts/hubot-google-translate">translating languages</a>, and <a href="https://github.com/gkoo/hubot-maps">integrating with Google Maps</a>. We also maintain a <a href="https://github.com/github/hubot-scripts">repository of community Hubot scripts</a> and <a href="https://github.com/hubot-scripts">an organization of community Hubot packages</a> that you can add to your own robot.</p>
Expand All @@ -47,4 +47,4 @@ <h2>How do I write my own Hubot scripts?</h2>
</aside>
</section>
</section>
{{/layouts/main.html}}
{{/layouts/main.html}}

0 comments on commit c268578

Please sign in to comment.