diff --git a/README.md b/README.md
index 430255004bb5b0c3326dff7a264a3bef5c1c266f..92aad64cd162eeaea4a17abee39f2adb34acea8f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # WoT+IL OPC UA to Fiware
 
-Component that generates interoperability between an OPC UA server and FIWARE Orion LD Context Broker, using the SHOP4CF data model.
+Component that generates interoperability between an (OPC UA server)[https://opcfoundation.org/about/opc-technologies/opc-ua/] and (FIWARE Orion LD Context Broker)[https://fiware-orion.readthedocs.io/en/master/], using the SHOP4CF data model.
 
 ## Installing
 
@@ -18,7 +18,7 @@ Execute ``docker build -t imagename .`` to build the image
 
 Execute ``docker run -d --env-file environment.env imagename`` to create a container using the crated image
 
-### Docker environmnet variables
+### Docker environmet variables
 
 To configure the OPC UA server variables check the [ENV](./environment.env) file
 
@@ -26,4 +26,4 @@ To configure the OPC UA server variables check the [ENV](./environment.env) file
 
 To donwnload a docker image as a file execute `` docker save -o targetfilename.tar imagename ``
 
-To upload docker image from file execute `` docker load --input imagename.tar ``
\ No newline at end of file
+To upload docker image from file execute `` docker load --input imagename.tar ``