Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-09-12 04:17:51 +0300
committerGitHub <noreply@github.com>2016-09-12 04:17:51 +0300
commit164a2d8d083677de29563bd20df33ddb23e63693 (patch)
tree2db9633505a70882bdc8a46c3411125b0cbfa827 /README.md
parent7b6f357c7b7f5b7b6e4667ab1a8794fea2ad0bf6 (diff)
Correct typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 985b7d4..744370a 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ Polr is an intrepid, self-hostable open-source link shortening web application w
### Quickstart
-Polr is written in PHP and Laravel, using MySQL as its primary database.
+Polr is written in PHP and Lumen, using MySQL as its primary database.
- To get started with Polr on your server, check out the [installation guide](http://docs.polr.me/en/latest/user-guide/installation/). You can clone this repository, or download a [release](https://github.com/cydrobolt/polr/releases).
- To get started with the Polr API, check out the [API guide](http://docs.polr.me/en/latest/developer-guide/api/).
-Installation TL;DR: clone or download this repository, set document root to `public/`, create MySQL database, go to `yoursite.com/setup` and follow instructions`
+Installation TL;DR: clone or download this repository, set document root to `public/`, create MySQL database, go to `yoursite.com/setup` and follow instructions.
### Demo