Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Sep 23, 2024
1 parent b67a488 commit a5ea8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!CAUTION]
> This boilerplate is currently in active development. It is not recommended for production use *just yet*.
Provides a basic structure with pre-configured tools, helping you start developing a new WordPress plugin with modern approaches in PHP such as [PSR-4: Autoloader](https://www.php-fig.org/psr/psr-4/) with [Composer](https://getcomposer.org/), Namespace scoping, and Dependency Injection (DI) Container without the hassle of setting up everything from scratch.
Provides a basic structure with pre-configured tools, helping you start developing a new WordPress plugin with modern approaches in PHP such as [PSR-4: Autoloader](https://www.php-fig.org/psr/psr-4/) with [Composer](https://getcomposer.org/), Namespace scoping, Dependency Injection (DI) Container, and [PHPCS](https://github.com/PHPCSStandards/PHP_CodeSniffer) without the hassle of setting up everything from scratch.

## Requirements

Expand Down

0 comments on commit a5ea8d3

Please sign in to comment.