diff --git a/README.md b/README.md index 1bf9b7d..3424667 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo contains stubs for WordPress functions and classes to be used with [ph ## Alternatives -### `php-stubs/wordpress-stubs` +### [`php-stubs/wordpress-stubs`](https://github.com/php-stubs/wordpress-stubs) The `php-stubs/wordpress-stubs` project uses stubs that are exported directly from WordPress source code. That means that the stubs are more complete and updated quicker. On the other hand, a lot of functions and classes are documented poorly in WordPress and array types are almost never typed properly (i. e. just `array`). This package has all the stubs created by hand, so they are much more precise.