Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed the example in x.md file #146

Merged
merged 5 commits into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions extensions/x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Twitter Extension
This document defines how to use `twitter` extension in AsyncAPI documents.
# Twitter/X Extension
This document defines how to use `x` extension in AsyncAPI documents.

## Overview
This extension allows you to provide the Twitter username of the account representing the team/company of the API.
This extension allows you to provide the Twitter/X username of the account representing the team/company of the API.

## Version
Current version is `0.1.0`.
Expand All @@ -11,7 +11,7 @@ Current version is `0.1.0`.

### Type: String

Name of the Twitter username.
Name of the Twitter/X username.

## Extension Location

Expand All @@ -25,5 +25,5 @@ asyncapi: '3.0.0'
info
title: Strretlights Kafka API
version: '1.0.0'
x-twitter: StreetLightData
x-x: StreetLightData
```
Loading