From cff0f1d1066572cb997ced593fc6a114231299de Mon Sep 17 00:00:00 2001 From: RuhNet Date: Sun, 11 Oct 2020 23:13:59 -0400 Subject: [PATCH] Fixed wrong icon filename. --- README.md | 5 +++++ .../{ParkingGarage_app.png => Parkinglot_app.png} | Bin 2 files changed, 5 insertions(+) create mode 100644 README.md rename metadata/icon/{ParkingGarage_app.png => Parkinglot_app.png} (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..00c8596 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Parking Lot for Monster-UI + +This app allows you to view and pickup parked calls, by clicking them on the screen. + +You can also see and call the person who parked the call. diff --git a/metadata/icon/ParkingGarage_app.png b/metadata/icon/Parkinglot_app.png similarity index 100% rename from metadata/icon/ParkingGarage_app.png rename to metadata/icon/Parkinglot_app.png