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

Commit 36bc446

Browse files
authored
Fix typo
1 parent 6480544 commit 36bc446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You may also utilize the constructor directly without having to configure enviro
8383
use Grayloon\Magento\Magento;
8484

8585
$magento = new Magento(
86-
$baseUrl = 'https://my-magneto-shop.com',
86+
$baseUrl = 'https://my-magento-shop.com',
8787
$token = 'client_access_token',
8888
$version = 'V1',
8989
$basePath = 'rest',

0 commit comments

Comments
 (0)