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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}