From 2aee8a662e58ed27c77509377a13bc3808198534 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 30 Jan 2017 18:37:47 +0100 Subject: [PATCH] Move 'Reading and writing session data' below 'Utilities' in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0075ea1..1b7b179 100644 --- a/README.md +++ b/README.md @@ -310,10 +310,6 @@ If the user is not currently signed in, this returns `null`. $ip = $auth->getIpAddress(); ``` -### Reading and writing session data - -For detailed information on how to read and write session data conveniently, please refer to [the documentation of the session library](https://github.com/delight-im/PHP-Cookie), which is included by default. - ### Utilities #### Creating a random string @@ -329,6 +325,10 @@ $randomStr = \Delight\Auth\Auth::createRandomString($length); $uuid = \Delight\Auth\Auth::createUuid(); ``` +### Reading and writing session data + +For detailed information on how to read and write session data conveniently, please refer to [the documentation of the session library](https://github.com/delight-im/PHP-Cookie), which is included by default. + ## Features * registration