diff --git a/README.md b/README.md
index f162fc1..545f3ce 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
ServerConfig
+ server-config
my own configuration management tool designed to quickly setup a server. It provides a simple way to deploy all my configuration needs.
## Table of Content
@@ -19,21 +19,15 @@ Ensure you have the following **programs** installed:
- **aws**
- **docker**
-## Paths
-
-- /usr/local/bin/scripts
-- /usr/local/bin/libs
-- /var/log/serverconfig.log
-- /etc/serverconfig
-
## Installation
```bash
-git clone https://github.com/guezoloic/serverconfig.git
-cd serverconfig && \
-chmod +x ./install.sh && ./install.sh
+git clone https://github.com/guezoloic/server-config.git
+cd serverconfig
+chmod +x ./install.sh
+./install.sh
```
## Contributing
-Feel free to fork the repository, submit issues or pull requests.
\ No newline at end of file
+Feel free to fork the repository, submit issues or pull requests.