diff --git a/README.md b/README.md
index 16c2f2d..af7c069 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
-> **Warning** If you update to the latest version, be sure to replace "CPU_TEMPERATURE_TRESHOLD" environment variable with "CPU_TEMPERATURE_THRESHOLD" which was a typo
# Dell iDRAC fan controller Docker image
-Fork de : https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker.git
+Fork de : https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker.git
Download Docker image from :
-- [Docker Hub](https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller)
-- [GitHub Containers Repository](https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker/pkgs/container/dell_idrac_fan_controller)
+- [Docker Hub](https://hub.docker.com/repository/docker/itrass/idrac_fan_control)
@@ -33,30 +31,6 @@ Download Docker image from :
This Docker container only works on Dell PowerEdge servers that support IPMI commands, i.e. < iDRAC 9 firmware 3.30.30.30.
-### To access iDRAC over LAN (not needed in "local" mode) :
-
-1. Log into your iDRAC web console
-
-
-
-2. In the left side menu, expand "iDRAC settings", click "Network" then click "IPMI Settings" link at the top of the web page.
-
-
-
-3. Check the "Enable IPMI over LAN" checkbox then click "Apply" button.
-
-
-
-4. Test access to IPMI over LAN running the following commands :
-```bash
-apt -y install ipmitool
-ipmitool -I lanplus \
- -H \
- -U \
- -P \
- sdr elist all
-```
-
(back to top)
@@ -169,20 +143,4 @@ If your server frequently switches back to the default Dell fan mode:
2. If it's already good, adapt your `FAN_SPEED` value to increase the airflow and thus further decrease the temperature of your CPU(s)
3. If neither increasing the fan speed nor increasing the threshold solves your problem, then it may be time to replace your thermal paste
-(back to top)
-
-
-## Contributing
-
-Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
-
-If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
-Don't forget to give the project a star! Thanks again!
-
-1. Fork the Project
-2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
-3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
-4. Push to the Branch (`git push origin feature/AmazingFeature`)
-5. Open a Pull Request
-
-(back to top)
+(back to top)
\ No newline at end of file