From 4b4a134403e9f5b09e22758be2eda7bdcabfd4c4 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Wed, 24 Oct 2018 01:36:49 +0200 Subject: [PATCH] Update composer installation (#62) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0492ab6..52b886a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ Once you've setup your project to use Composer, just add a reference to our pack require: "microsoft/application-insights": "*" ``` +Or you can use the composer command to automatically add the package to your composer.json file. + +```json +composer require microsoft/application-insights +``` + Make sure you add the require statement to pull in the library: ```php