From b70bb270986f0358c8586fef363eaa6f96958601 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Tue, 20 Jun 2017 11:34:08 -0400 Subject: [PATCH] update read me --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd08533..a950f13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# User Extension Sprinkle +# User Extension Sprinkle (UserFrosting 4.1) Example sprinkle for extending the User class to contain additional fields. @@ -13,8 +13,8 @@ Edit UserFrosting `app/sprinkles.json` file and add `extend-user` to the sprinkl ### Update the assets build & composer -- Run `composer update` from the base web directory. +- Run `composer update` from the root project directory. ### Run migration -- Run `php bakery bake` from the base web directory. \ No newline at end of file +- Run `php bakery bake` from the root project directory. \ No newline at end of file