From 3d242f0e34ce4da7612bc8c109e4c4fe365fdfa3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Joie=20=28NTT=29?= <raphael.joie@global.ntt>
Date: Sun, 14 May 2023 14:08:51 +0200
Subject: [PATCH] Update README.md

---
 README.md | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md
index dd1bcb4..210bdd5 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,22 @@
-# RPS Plugin for Netbox
-A Netbox v3.5 plugin for RPS mapping management
-
-![](docs/Screenshot 2023-05-14 at 11.38.51.png)
-
-## Quickstart
-```shell
-$ terraform init
-$ terraform apply -var="deploy_service=true"
-```
-
-And browse [http://localhost:8000](http://localhost:8000).
-
-## Build
-To build a [`netboxcommunity/netbox:v3.5-2.6.0`](https://hub.docker.com/layers/netboxcommunity/netbox/v3.5-2.6.0/images/sha256-edbb00e74a5cdb4bfeb51abbd9280cc005d1242152a67be7e2cd057e7d568fc2?context=explore) 
-Docker image including the plugin pre-installed, simply run
-```shell
-$ docker build .
-```
-
-## Tests
-see [tests directory](./tests/README.md)
+# RPS Plugin for Netbox
+A Netbox v3.5 plugin for RPS mapping management
+
+![Screenshot of the Netbox RPS plugin detail screen](/docs/Screenshot 2023-05-14 at 11.38.51.png)
+
+## Quickstart
+```shell
+$ terraform init
+$ terraform apply -var="deploy_service=true"
+```
+
+And browse [http://localhost:8000](http://localhost:8000).
+
+## Build
+To build a [`netboxcommunity/netbox:v3.5-2.6.0`](https://hub.docker.com/layers/netboxcommunity/netbox/v3.5-2.6.0/images/sha256-edbb00e74a5cdb4bfeb51abbd9280cc005d1242152a67be7e2cd057e7d568fc2?context=explore) 
+Docker image including the plugin pre-installed, simply run
+```shell
+$ docker build .
+```
+
+## Tests
+see [tests directory](./tests/README.md)
-- 
GitLab