Skip to content

Commit

Permalink
[TASK] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 24, 2024
1 parent e2dab08 commit f754ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rector Extension Installer
# Fractor Extension Installer

Composer plugin for automatic installation of Fractor extensions.

Expand All @@ -12,7 +12,7 @@ composer require --dev a9f/fractor-extension-installer

It's best to set the extension's composer package [type](https://getcomposer.org/doc/04-schema.md#type) to `fractor-extension` for this plugin to be able to recognize it and to be [discoverable on Packagist](https://packagist.org/explore/?type=fractor-extension).

Add `rector` key in the extension `composer.json`'s `extra` section:
Add `fractor` key in the extension `composer.json`'s `extra` section:

```json
{
Expand Down

0 comments on commit f754ec1

Please sign in to comment.