diff --git a/Readme.md b/Readme.md index c7ae7d2..b836155 100644 --- a/Readme.md +++ b/Readme.md @@ -8,13 +8,15 @@ Kolumbus allows you to explore your [Realm](https://realm.io/) database from wit ## Screenshots -- [List of tables](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Tables.png) -- [Content of the Category table](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Table_Category.png) -- [Content of the Product table](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Table_Product.png) +- [List of tables](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Tables_List.png) +- [Content of the Category table](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Table_Category_Content.png) +- [Info about the Category table](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Table_Category_Info.png) +- [Content of the Product table](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Table_Product_Content.png) +- [Info about the Product table](https://raw.githubusercontent.com/MGaetan89/Kolumbus/master/screenshots/Table_Product_Info.png) ## Installation -In your root `build.gradle` file, add the Jitpack url to the list of repositories: +In your root `build.gradle` file, add the [Jitpack](https://jitpack.io/) url to the list of repositories, if you don't have it yet: ```gradle allprojects { diff --git a/screenshots/Table_Category.png b/screenshots/Table_Category.png deleted file mode 100755 index a4f8838..0000000 Binary files a/screenshots/Table_Category.png and /dev/null differ diff --git a/screenshots/Table_Category_Content.png b/screenshots/Table_Category_Content.png new file mode 100644 index 0000000..f40d9f2 Binary files /dev/null and b/screenshots/Table_Category_Content.png differ diff --git a/screenshots/Table_Category_Info.png b/screenshots/Table_Category_Info.png new file mode 100644 index 0000000..3caab11 Binary files /dev/null and b/screenshots/Table_Category_Info.png differ diff --git a/screenshots/Table_Product.png b/screenshots/Table_Product.png deleted file mode 100755 index 46cc881..0000000 Binary files a/screenshots/Table_Product.png and /dev/null differ diff --git a/screenshots/Table_Product_Content.png b/screenshots/Table_Product_Content.png new file mode 100644 index 0000000..d83adf6 Binary files /dev/null and b/screenshots/Table_Product_Content.png differ diff --git a/screenshots/Table_Product_Info.png b/screenshots/Table_Product_Info.png new file mode 100644 index 0000000..59b756e Binary files /dev/null and b/screenshots/Table_Product_Info.png differ diff --git a/screenshots/Tables.png b/screenshots/Tables.png deleted file mode 100755 index c65f42c..0000000 Binary files a/screenshots/Tables.png and /dev/null differ diff --git a/screenshots/Tables_List.png b/screenshots/Tables_List.png new file mode 100644 index 0000000..c2c3b2a Binary files /dev/null and b/screenshots/Tables_List.png differ