diff --git a/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md b/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md index b7ec9cb..ef11065 100644 --- a/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md +++ b/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md @@ -194,11 +194,11 @@ Pour vérifier le contenu de votre base SQLite, vous pouvez utiliser le programm * Rendez-vous sur la page : https://sqlitebrowser.org/dl/ et téléchargez le programme *DB Browser*. * Lancez *DB Browser for SQLite* * Glissez-déposez au milieu de la fenêtre de *DB Browser for SQLite* le fichier *ex_042_010_SinglePropertyNavigation_conventions.Nounours.db* qui a été généré par l'exécution du programme et qui se trouve près de *ex_042_010_SinglePropertyNavigation_conventions.csproj*. -![DB Browser for SQLite](./readme_files/dbbrowser01.PNG) +![DB Browser for SQLite](./readme_files/dbbrowser01.png) * Vous pouvez remarquer que, même si ```NounoursDBEntites``` ne déclare pas de ```DbSet```, une table d'```Information``` a bien été créée. * Choisissez ensuite l'onglet *Parcourir les données* * Observez les résultats obtenus des deux tables -![DB Browser for SQLite](./readme_files/dbbrowser02.PNG) -![DB Browser for SQLite](./readme_files/dbbrowser03.PNG) +![DB Browser for SQLite](./readme_files/dbbrowser02.png) +![DB Browser for SQLite](./readme_files/dbbrowser03.png)