diff --git a/README.md b/README.md index c6a6e70..2d0fa96 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ Using the PCA model, is capable of training and testing 1 million numbers in 0.3 To run the tool using Docker use our Docker Hub image: ```bash -docker run stratosphereips/numberanomalydetector:latest number_anomaly_detector.py -f test-numbers.txt +docker run stratosphereips/number_anomaly_detector:latest number_anomaly_detector.py -f test-numbers.txt ```