Update IntegratorGuide.md file

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: I901b8529f0bdfa281348853ad8ea944d2bcf01b9
diff --git a/docs/IntegratorGuide.md b/docs/IntegratorGuide.md
index eb673b8..8200d81 100644
--- a/docs/IntegratorGuide.md
+++ b/docs/IntegratorGuide.md
@@ -34,7 +34,7 @@
 thus the following should be added to `device.mk` instead:
 <pre>
 PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.2-service-armnn
-</pre> `Android.mk` contains the module definition of both versions of the ArmNN driver.
+</pre> `Android.mk` contains the module definition of all three versions (1.0, 1.1 and 1.2) of the ArmNN driver.
 
 Similarly, the Neon, CL or reference backend can be enabled/disabled by setting ARMNN_COMPUTE_CL_ENABLE,
 ARMNN_COMPUTE_NEON_ENABLE or ARMNN_REF_ENABLE in `device.mk`: