diff --git a/README.md b/README.md index 6652ee9..f4b6dcb 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,13 @@ Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation. -Add Private Repository ----------------------- - -Add the repository in the JSON snippet below to `composer.json` - -```json -"repositories": [ - { - "type": "git", - "url": "git@git.northern.co:symfony/NorthernMarkdownBundle.git" - } -] -``` - Applications that use Symfony Flex ---------------------------------- Open a command console, enter your project directory and execute: ```console -$ composer require northern/markdown-bundle +$ composer require northernco/markdown-bundle ``` Applications that don't use Symfony Flex @@ -39,7 +25,7 @@ Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ```console -$ composer require northern/markdown-bundle +$ composer require northernco/markdown-bundle ``` ### Step 2: Enable the Bundle diff --git a/composer.json b/composer.json index ac13699..265bd1c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "northern/markdown-bundle", + "name": "northernco/markdown-bundle", "description": "Symfony bundle for including parsedown for converting markdown to html", "type": "symfony-bundle", "require": {