Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 0ded1ae

Browse files
committed
Fix Doc indent
1 parent da5077b commit 0ded1ae

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,22 +110,22 @@ $response = $stack->conjure('myPIBridge')->post('/v3/profile', $dataToPost);
110110
```
111111
The ```BridgeStack``` is essentially a Laravel Collection, thus you have access to all Collection methods.
112112

113-
### Facades
113+
### Facades
114114

115-
If you are using Laravel version less than 5.4 you have access to 3 Facades for the 3 services Bridge, Carpenter and BridgeStack.
116-
Since Laravel 5.4 added automatic Facades you won't be needing those classes.
115+
If you are using Laravel version less than 5.4 you have access to 3 Facades for the 3 services Bridge, Carpenter and BridgeStack.
116+
Since Laravel 5.4 added automatic Facades you won't be needing those classes.
117117

118-
- FindBrok\WatsonBridge\Facades\Bridge
119-
- FindBrok\WatsonBridge\Facades\BridgeStack
120-
- FindBrok\WatsonBridge\Facades\Carpenter
118+
- FindBrok\WatsonBridge\Facades\Bridge
119+
- FindBrok\WatsonBridge\Facades\BridgeStack
120+
- FindBrok\WatsonBridge\Facades\Carpenter
121121

122-
Remember that if you are resolving the Bridge directly from the IoC and not constructing it with the Carpenter class a default Bridge will
123-
be resolved for you using the default credentials and auth methods from your watson-bridge config.
122+
Remember that if you are resolving the Bridge directly from the IoC and not constructing it with the Carpenter class a default Bridge will
123+
be resolved for you using the default credentials and auth methods from your watson-bridge config.
124124

125-
## Credits
125+
## Credits
126126

127-
[![Percy Mamedy](https://img.shields.io/badge/Author-Percy%20Mamedy-orange.svg)](https://twitter.com/PercyMamedy)
128-
129-
Twitter: [@PercyMamedy](https://twitter.com/PercyMamedy)
130-
<br/>
131-
GitHub: [percymamedy](https://github.com/percymamedy)
127+
[![Percy Mamedy](https://img.shields.io/badge/Author-Percy%20Mamedy-orange.svg)](https://twitter.com/PercyMamedy)
128+
129+
Twitter: [@PercyMamedy](https://twitter.com/PercyMamedy)
130+
<br/>
131+
GitHub: [percymamedy](https://github.com/percymamedy)

0 commit comments

Comments
 (0)