From aa4d10fbb7a72145c3f43febf809c702c5bc0324 Mon Sep 17 00:00:00 2001 From: Updivision Team <45566836+teamupdivision@users.noreply.github.com> Date: Tue, 5 Nov 2019 09:13:43 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1ab9fa5..5c84b7d 100644 --- a/readme.md +++ b/readme.md @@ -64,7 +64,7 @@ You can access the dashboard either by using the "**Dashboard**" link in the lef You have the option to edit the current logged in user's profile (change name, email and password). To access this page just click the "**User profile**" link in the left sidebar or by adding **/profile** in the url. -The `App\Htttp\Controlers\ProfileController` handles the update of the user information. +The `App\Http\Controllers\ProfileController` handles the update of the user information. ``` public function update(ProfileRequest $request)