Update README.md
[apps/low-level-can-service.git] / README.md
index 55fc453..cbe951b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ sudo apt-get install calibre
 To generate Doxygen documentation, you'll need doxygen and graphviz:
 
 ```bash
-sudo apt-get doxygen graphviz
+sudo apt-get install doxygen graphviz
 ```
 
 Prepare your build environment:
@@ -50,4 +50,4 @@ gendocs.sh doxygen
 or
 ```bash
 cd build && make doxygen
-```
\ No newline at end of file
+```