dosubot[bot] commented on issue #28764: URL: https://github.com/apache/superset/issues/28764#issuecomment-2137573679
<!-- Greeting --> Hey @krushnarout! I'm here to help you with any bugs, questions, or contributions. I'll assist you while we wait for a human maintainer. <!-- Answer --> To correct the typo in the IBM DB2 image reference in the `README.md` file, you should change `imb-db2.svg` to `ibm-db2.svg` or `ibm-db2.png`. Here is the corrected section of the code: ```md <img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="db2" border="0" width="220" /> ``` Alternatively, if you prefer to use the `.png` format: ```md <img src="https://superset.apache.org/img/databases/ibm-db2.png" alt="db2" border="0" width="220" /> ``` This change should be made in the `Supported Databases` section of the `README.md` file <sup>[[1]](https://github.com/apache/superset/blob/master/README.md)</sup>. <!-- Dosu Comment Footer --> <details open> <summary> #### Details </summary> **About Dosu** This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. </details> *To continue the conversation, mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
