Quellcode durchsuchen

Fix typo in `README.md`

Guilherme Caponetto vor 3 Jahren
Ursprung
Commit
f487b7d7b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -112,7 +112,7 @@ push it to an image registry.
 1. Build the image:
 
    ```sh
-   docker build -t quay.io/my-repositroy/my-plugin:latest .
+   docker build -t quay.io/my-repository/my-plugin:latest .
    ```
 
 2. Run the image: