Skip to content

Commit 1905a87

Browse files
committed
Fix README.md formatting
1 parent 4cfb588 commit 1905a87

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Add your Memsource account credentials:
7272
return [
7373
'oblik.memsource' => [
7474
'login' => [
75-
'username' => 'john',
76-
'password' => '1234'
77-
]
75+
'username' => 'john',
76+
'password' => '1234'
77+
]
7878
]
7979
];
8080
```
@@ -102,13 +102,13 @@ You may generate context notes on the fly:
102102
```php
103103
return [
104104
'oblik.memsource' => [
105-
'walker' => [
106-
'contextNote' => function ($value) {
107-
if (strpos($value, '{{ year }}') !== false) {
105+
'walker' => [
106+
'contextNote' => function ($value) {
107+
if (strpos($value, '{{ year }}') !== false) {
108108
return "{{ year }} is the current calendar year.";
109109
}
110-
}
111-
]
110+
}
111+
]
112112
]
113113
];
114114
```

0 commit comments

Comments
 (0)