From 6a6541e852adf22e2d83a4950a21e00cab4b83f3 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Mon, 9 Jan 2023 00:58:02 +0000 Subject: [PATCH 1/4] Update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8668f72..dac5d2c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # PHP NOVU SDK -[![Latest Stable Version](https://poser.pugx.org/unicodeveloper/laravel-paystack/v/stable.svg)](https://packagist.org/packages/unicodeveloper/laravel-paystack) -[![License](https://poser.pugx.org/unicodeveloper/laravel-paystack/license.svg)](LICENSE.md) -[![Build Status](https://img.shields.io/travis/unicodeveloper/laravel-paystack.svg)](https://travis-ci.org/unicodeveloper/laravel-paystack) -[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/laravel-paystack.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-paystack) -[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/laravel-paystack.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/laravel-paystack) +[![Latest Stable Version](https://poser.pugx.org/unicodeveloper/novu/v/stable.svg)](https://packagist.org/packages/unicodeveloper/novu) +[![License](https://poser.pugx.org/unicodeveloper/novu/license.svg)](LICENSE.md) +[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/novu.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/novu) > The [PHP Novu](https://novu.co) SDK and package provides a fluent and expressive interface for interacting with Novu's API and managing notifications. From e6b9f6f3048aeb5d511ba45ec194040454f69881 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Mon, 9 Jan 2023 01:11:04 +0000 Subject: [PATCH 2/4] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dac5d2c..c1a90b5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Latest Stable Version](https://poser.pugx.org/unicodeveloper/novu/v/stable.svg)](https://packagist.org/packages/unicodeveloper/novu) [![License](https://poser.pugx.org/unicodeveloper/novu/license.svg)](LICENSE.md) -[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/novu.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/novu) +[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/novu.svg)](https://packagist.org/packages/unicodeveloper/novu) > The [PHP Novu](https://novu.co) SDK and package provides a fluent and expressive interface for interacting with Novu's API and managing notifications. From 74fb50672bd09426c7524ba3559b77524ba7338d Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Mon, 9 Jan 2023 11:56:29 +0000 Subject: [PATCH 3/4] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a90b5..e91897d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ composer require unicodeveloper/novu ## Contents +* [Installation](#installation) * [Usage](#usage) * [Novu API Reference](https://docs.novu.co/api/overview/) * [Events](#events) @@ -31,7 +32,6 @@ composer require unicodeveloper/novu * [Feeds](#feeds) * [Messages](#messages) * [Execution Details](#execution-details) -* [Installation](#installation) * [License](#license) ## Usage From af3e64cc51ab22ce2ee6af74c38bb25cbada185c Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Tue, 10 Jan 2023 00:54:48 +0000 Subject: [PATCH 4/4] Update path --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d0b0a7c..a3547e6 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "autoload": { "psr-4": { - "Nova\\SDK\\": "src/" + "Novu\\SDK\\": "src/" } }, "autoload-dev": {