From dcdef95785e5bfa97e1344ec317e36d04d4fb085 Mon Sep 17 00:00:00 2001 From: Nathan Purcell Date: Thu, 21 Jun 2018 09:02:29 +0100 Subject: [PATCH] Update example for auth.json in BitBucket config Remove the `config` level --- doc/05-repositories.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index af0d0b01e..db54a4fb1 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -305,12 +305,10 @@ After creating an OAuth consumer in the BitBucket control panel, you need to set the credentials like this (more info [here](https://getcomposer.org/doc/06-config.md#bitbucket-oauth)): ```json { - "config": { - "bitbucket-oauth": { - "bitbucket.org": { - "consumer-key": "myKey", - "consumer-secret": "mySecret" - } + "bitbucket-oauth": { + "bitbucket.org": { + "consumer-key": "myKey", + "consumer-secret": "mySecret" } } }