diff --git a/README.md b/README.md index ae938e8..38a1dbf 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,21 @@ Polr is written in PHP and Laravel, using MySQL as its primary database. _Installation TL;DR: clone or download this repository, set document root to `public/`, MySQL create database, go to `yoursite.com/setup`_ + +#### Demo + +Polr operates a demo instance at [demo.polr.me](http://demo.polr.me). You can use the demo instance to develop your API implementation, try out the admin panel, or simply experience the app without needing to install it on your own servers. The demo instance may be periodically reset, so please do not use the demo as a production URL shortener. + +__Admin username:__ demo-admin (password is same as username) + +__Normal user username:__ demo-user (password is same as username) + + ####Versioning Polr uses [Semantic Versioning](http://semver.org/) + ####License