Skip to content

Commit

Permalink
Fixes typo ❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
clemmy committed Apr 16, 2015
1 parent 4da5987 commit 03d777c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>Uberman</h3>
<a href="https://www.npmjs.com/package/uberman">NPM</a> &middot; <a href="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/elvinyung/uberman">Github</a>
<p>Uberman is a batteries-included framework for rapidly prototyping RESTful hypermedia-driven web data interfaces. It is written in Node.js, using Express as a middleware and routing framework.</p>
<p>I was mainly inspired by the <a href="https://martinfowler.com/articles/richardsonMaturityModel.html">Richardson Maturity Model</a>, and wanted to build a tool that could create arbitrary RESTful data APIs that are simultaneously compliant with the various RFC specifications, as well as Roy Fielding's <a href="https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm">original dissertation</a>.</p>
<p>Uberman features a pluggable data persistence layer, meaning that anyone using Uberman can ues any database they want, as long as they have an adapter for it.</p>
<p>Uberman features a pluggable data persistence layer, meaning that anyone using Uberman can use any database they want, as long as they have an adapter for it.</p>
</div>
<div class="infobox">
<h3>Pypress</h3>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2>What I'm Doing</h2>
</div>
<div class="slide center-text" id="talk">
<h2>Let's Talk</h2>
<p>You can reach me at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>You can reach me at <a hrefu="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
<footer class="top-bar center-text">
Expand Down

0 comments on commit 03d777c

Please sign in to comment.