Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ingoldsby committed Jun 9, 2020
1 parent 0184413 commit 50b3098
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ return [
// ...
'tiles' => [
'shopify' => [
'store' => env('SHOPIFY_STORE'),
'api_version' => '2020-04',
'api_key' => env('SHOPIFY_API_KEY'),
'password' => env('SHOPIFY_API_PASSWORD'),
]
Expand All @@ -47,12 +49,12 @@ protected function schedule(Schedule $schedule)
}
```

In your dashboard view you can use three separate tiles:
In your dashboard view you can use the tile:
* `livewire:shopify-tile`

```html
<x-dashboard>
<livewire:shopify-tile position="a1:a4" />
<livewire:shopify-tile position="a1:b4" />
</x-dashboard>
```

Expand Down

0 comments on commit 50b3098

Please sign in to comment.