*Copied from [fivetran/dbt_tiktok_ads_source #24](https://github.com/fivetran/dbt_tiktok_ads_source/issues/24).* ### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature We need to move the badges at the top of the README to be below the H1 heading. This is to be consistent with other popular README formats and also ensure there is no relevant information above the H1 heading. Additionally, we will need to adjust the orientation of the badges to be consistent with the rest of the README which is left-oriented. ### How would you implement this feature? Move the badge information below the H1 heading and change the `` tag is below the H1 header, but before the first H2 heading (identified by a double `##`). > Note: This example uses TikTok Ads Source. These changes should be applied consistently across all relevant repositories, using the repository-specific badge information. #### Before Changes ``` # Tiktok Ads Source dbt Package ([Docs](https://fivetran.github.io/dbt_tiktok_ads_source/)) ## What does this dbt package do? ``` #### After Changes Notice the `` update as well as the location of the badges between the H1 and H2 header with appropriate spacing. ``` # Tiktok Ads Source dbt Package ([Docs](https://fivetran.github.io/dbt_tiktok_ads_source/)) ## What does this dbt package do? ``` ### Are you interested in contributing this feature? - [ ] Yes. - [ ] Yes, but I will need assistance. - [ ] No. ### Anything else? _No response_