We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3cf67 commit 5ebe6afCopy full SHA for 5ebe6af
README.md
@@ -20,4 +20,4 @@ php awokado-robot <restaurant> <incoming-webhook-url>
20
## Supported restaurants
21
22
1. [awokado](http://awokado.krakow.pl) - Awokado Lunch Bar ul. Prądnicka 12, 30-002 Kraków
23
-1. [zielone-tarasy](https://www.zielone-tarasy.eu) - Zielone Tarasy Restro Bar Gallery al. Słowackiego 64, 30-004 Kraków
+1. [zielone-tarasy](https://www.zielone-tarasy.eu) - Zielone Tarasy Resto Bar Gallery al. Słowackiego 64, 30-004 Kraków
src/Menu/Provider/ZieloneTarasy/ZieloneTarasyMenuProvider.php
@@ -29,7 +29,7 @@ public function __construct(Crawler $crawler)
29
*/
30
public function getRestaurant(): string
31
{
32
- return 'Zielone Tarasy Restro Bar Gallery';
+ return 'Zielone Tarasy Resto Bar Gallery';
33
}
34
35
/**
0 commit comments