diff --git a/README.md b/README.md index 1b93d19..c9acee0 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ Installs an mu-plugin to load libraries for all themes & plugins from a common vendor directory (usually in wp-content). +# Installation + +Add to your project's composer file by running: + +`composer require webdevstudios/mu-autoload:~1.0` + # Changelog -## 1.0 +## [1.0] * Initial release