From 164a2d8d083677de29563bd20df33ddb23e63693 Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Sun, 11 Sep 2016 21:17:51 -0400 Subject: [PATCH] Correct typo --- README.md | 4 ++-- 1 file 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