Update README.md

This commit is contained in:
eryn L. K 2019-09-10 15:44:48 -04:00 committed by GitHub
parent 5d6c784e6d
commit 204ab95dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
# Roblox Lua Promise
An implementation of `Promise` similar to Promise/A+.
<div align="center">
<h1>Roblox Lua Promise</h1>
<p>An implementation of <code>Promise</code> similar to Promise/A+.</p>
<a href="https://eryn.io/roblox-lua-promise/"><strong>View docs</strong></a>
</div>
## Motivation