From 1836acc1c514c157c2d035d0a3983509e75411bb Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Fri, 17 Jan 2020 15:56:32 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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