diff --git a/README.md b/README.md index 76dde13d..d6ba354f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ -

-
- AsyncAPI logo -

+[![AsyncAPI Logo](./assets/logo.png)](https://www.asyncapi.com)
@@ -43,47 +40,52 @@ The latest draft specification can be found at [spec/asyncapi.md](./spec/asyncapi.md) which tracks the latest commit to the master branch in this repository. -* [Version 2.3.0](https://github.com/asyncapi/spec/blob/v2.3.0/spec/asyncapi.md) (latest) -* [Version 2.2.0](https://github.com/asyncapi/spec/blob/v2.2.0/spec/asyncapi.md) -* [Version 2.1.0](https://github.com/asyncapi/spec/blob/v2.1.0/spec/asyncapi.md) -* [Version 2.0.0](https://github.com/asyncapi/spec/blob/2.0.0/versions/2.0.0/asyncapi.md) -* [Version 1.2.0](https://github.com/asyncapi/spec/blob/1.2.0/README.md) (deprecated) -* [Version 1.1.0](https://github.com/asyncapi/spec/blob/1.1.0/README.md) (deprecated) -* [Version 1.0.0](https://github.com/asyncapi/spec/blob/1.0.0/README.md) (deprecated) +- [Version 2.3.0](https://github.com/asyncapi/spec/blob/v2.3.0/spec/asyncapi.md) (latest) +- [Version 2.2.0](https://github.com/asyncapi/spec/blob/v2.2.0/spec/asyncapi.md) +- [Version 2.1.0](https://github.com/asyncapi/spec/blob/v2.1.0/spec/asyncapi.md) +- [Version 2.0.0](https://github.com/asyncapi/spec/blob/2.0.0/versions/2.0.0/asyncapi.md) +- [Version 1.2.0](https://github.com/asyncapi/spec/blob/1.2.0/README.md) (deprecated) +- [Version 1.1.0](https://github.com/asyncapi/spec/blob/1.1.0/README.md) (deprecated) +- [Version 1.0.0](https://github.com/asyncapi/spec/blob/1.0.0/README.md) (deprecated) **Looking for the JSON Schema files?** Check out our [spec-json-schemas](https://github.com/asyncapi/spec-json-schemas) repo. **Feel like contributing?** Check out our [community repo](https://www.github.com/asyncapi/community). - ## Examples #### :bulb: Streetlights + Demonstrates how to use AsyncAPI to define an API that controls city streetlights. > :point_right: [See more](./examples/streetlights-mqtt.yml) #### Slack icon   Slack Events API + Partial definition of the Slack Events API. Find the official one [here](https://github.com/slackapi/slack-api-specs/blob/master/events-api/slack_events_api_async_v1.json). > :point_right: [See more](./examples/slack-rtm.yml) #### Gitter icon   Gitter Streaming API + Definition of the Gitter streaming API. > :point_right: [See more](./examples/gitter-streaming.yml) #### Gemini icon   Gemini WebSocket API + Definition of the Gemini Websocket API. > :point_right: [See more](./examples/websocket-gemini.yml) #### :heavy_plus_sign: and more... + Check out the [examples](https://github.com/asyncapi/asyncapi/blob/master/examples) directory for more examples. ## Contributors Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + diff --git a/assets/logo.png b/assets/logo.png index dce43812..fef850ca 100644 Binary files a/assets/logo.png and b/assets/logo.png differ