From 5c6604bf70bd86e5bd65675fc7d9b6aa221098bf Mon Sep 17 00:00:00 2001 From: Colin Hall Date: Tue, 4 Feb 2020 21:48:16 +0000 Subject: [PATCH] Update docs --- README.md | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f5baea..c5a0577 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ This package can be used in Laravel 6.0 or higher. You can install the package via composer: ``` bash -composer require spatie/laravel-uuid +composer require macsidigital/laravel-uuid ``` -This is quite a simple package, which can be used to override teh primary key to uuid, or to add an additional uuid field, our prefered option to keep an incrementing index. +This is quite a simple package, which can be used to override the primary key to uuid, or to add an additional uuid field, our prefered option to keep an incrementing index. Add a uuid field @@ -27,7 +27,7 @@ Add a uuid field }); ``` -Thats it! unless we use a different column name to uuid for the uuid field, then do thisdd teh following method +Thats it! unless we use a different column name for the uuid field, then we add the following method ``` php public function uuidColumn(): string diff --git a/composer.json b/composer.json index 0964d01..b1fd23f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "macsidigital/laravel-uuid", - "description": "Laravel Mailer package", + "description": "Laravel UUID package", "homepage": "https://github.com/MacsiDigital/laravel-uuid", "keywords": ["macsidigital", "laravel-uuid", "uuid", "laravel", "client"], "type": "library",