Skip to content

Commit

Permalink
Merge pull request #3 from unicodeveloper/master
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
unicodeveloper authored Jan 10, 2023
2 parents 72b0cf8 + 2599279 commit 4a9464d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)](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.
Expand All @@ -20,6 +18,7 @@ composer require unicodeveloper/novu

## Contents

* [Installation](#installation)
* [Usage](#usage)
* [Novu API Reference](https://docs.novu.co/api/overview/)
* [Events](#events)
Expand All @@ -33,7 +32,6 @@ composer require unicodeveloper/novu
* [Feeds](#feeds)
* [Messages](#messages)
* [Execution Details](#execution-details)
* [Installation](#installation)
* [License](#license)

## Usage
Expand Down

0 comments on commit 4a9464d

Please sign in to comment.