Skip to content

Commit e118493

Browse files
committed
update docs
1 parent 41e035f commit e118493

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ $config = [
257257
| "bottom-left", "bottom-center", "bottom-right"
258258
|
259259
*/
260-
'app_name_position' => 'center-bottom',
260+
'app_name_position' => 'bottom-center',
261261

262262
/*
263263
|--------------------------------------------------------------------------

docs/examples.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $config = [
6363
'app_name' => 'airbnb',
6464
'app_name_font_size' => 40,
6565
'app_name_color' => '#FD375E',
66-
'app_name_position' => 'center-bottom',
66+
'app_name_position' => 'bottom-center',
6767
'app_name_decoration_style' => null,
6868
'app_name_decoration_color' => '#FD375E',
6969

@@ -135,7 +135,7 @@ $config = [
135135
'app_name' => 'Tripadvisor',
136136
'app_name_font_size' => 30,
137137
'app_name_color' => '#000',
138-
'app_name_position' => 'center-bottom',
138+
'app_name_position' => 'bottom-center',
139139
'app_name_decoration_style' => 'rectangle',
140140
'app_name_decoration_color' => '#fff',
141141

@@ -231,7 +231,7 @@ $config = [
231231
'app_name' => 'wikipedia.org',
232232
'app_name_font_size' => 35,
233233
'app_name_color' => '#060606',
234-
'app_name_position' => 'center-bottom',
234+
'app_name_position' => 'bottom-center',
235235
'app_name_decoration_style' => 'line',
236236
'app_name_decoration_color' => '#222',
237237

@@ -255,7 +255,7 @@ $config = [
255255
'app_name' => 'Yahoo!',
256256
'app_name_font_size' => 35,
257257
'app_name_color' => '#fff',
258-
'app_name_position' => 'center-bottom',
258+
'app_name_position' => 'bottom-center',
259259
'app_name_decoration_style' => null,
260260
'app_name_decoration_color' => '#fff',
261261

0 commit comments

Comments
 (0)