Skip to content

Commit

Permalink
Bugfix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Apr 26, 2024
1 parent f879056 commit b5d814e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Neos CMS - NodeReloadedOutOfBand Event for NeosUI

[![License](https://poser.pugx.org/vivomedia/neos-ui-json-validator/license)](https://packagist.org/packages/vivomedia/neos-ui-node-reloaded-out-of-band-ui)
[![License](https://poser.pugx.org/vivomedia/neos-ui-json-validator/license)](https://packagist.org/packages/vivomedia/neos-ui-node-reloaded-out-of-band-event)

A plugin for Neos.UI which sends an Event on every handled server feedback of type `Neos.Neos.Ui:ReloadContentOutOfBand/Main`

Expand All @@ -9,7 +9,7 @@ A plugin for Neos.UI which sends an Event on every handled server feedback of ty
Install with composer

```
composer require vivomedia/neos-ui-node-reloaded-out-of-band-ui
composer require vivomedia/neos-ui-node-reloaded-out-of-band-event
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vivomedia/neos-ui-node-reloaded-out-of-band-ui",
"name": "vivomedia/neos-ui-node-reloaded-out-of-band-event",
"type": "neos-plugin",
"description": "NodeReloadedOutOfBand Event for Neos UI",
"require": {
Expand Down

0 comments on commit b5d814e

Please sign in to comment.