Undo some formatting
diff --git a/docs/sdk-integration.md b/docs/sdk-integration.md index 555c0c9..46af240 100644 --- a/docs/sdk-integration.md +++ b/docs/sdk-integration.md
@@ -12,7 +12,7 @@ To gain these abilities, the SDK should provide data to zap. The data required is: -- **ZCL metafiles**: these are the metafiles that provide information about the ZCL specification to zap tool. Examples of this (and currently supported) are Silicon Labs XML ZCL metadata or the Zigbee official XML format of the ZCL metafiles. Examples of these metafiles are available from the Zigbee website (<http://zigbee.org>). +- **ZCL metafiles**: these are the metafiles that provide information about the ZCL specification to zap tool. Examples of this (and currently supported) are Silicon Labs XML ZCL metadata or the Zigbee official XML format of the ZCL metafiles. Examples of these metafiles are available from the Zigbee website (http://zigbee.org). The ZAP project itself provides examples as well, see the `zcl-builtin/` directory. These are used internally for unit testing, but they are also packaged with the application as examples. They can be a good starting point for SDK developers, but ultimately it's the responsibility of SDK developers to provide the accurate XML packages for their SDK, and let ZAP know where they can be loaded from on the local hard drive.