Update README.md

This commit is contained in:
Alessandro Ferro
2022-02-28 00:51:10 +01:00
committed by GitHub
parent e8269237fe
commit 792eaf578d

View File

@ -47,7 +47,7 @@ $card1->setButton("More info", "https://en.wikipedia.org/wiki/Rome");
$card1->draw();
class City{
public $Mayor;
public $Mayor;
public $Inhabitants;
public $Zip;
}