From 43f7746c5d90a3f4aacef0acbca14f65232ccb71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?=
 <melanger@users.noreply.github.com>
Date: Mon, 10 Feb 2020 15:12:03 +0100
Subject: [PATCH] Update README.md

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 64bd59f..3377edc 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
-# php-device-cookies
+# PHP device cookies
 Implementation of Device Cookies in PHP
+
+Heavily based on [Device cookie example](https://github.com/Rundiz/device-cookies-example), which is an implementation of [Device cookies](https://owasp.org/www-community/Slow_Down_Online_Guessing_Attacks_with_Device_Cookies) described by OWASP.
+
+## Installation
+
+```
+composer install php-device-cookies
+```
+
+## Usage
+
+Use the provided `DeviceCookies` class.
-- 
GitLab