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

Readme update #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions CREATE-PROJECT.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can also define an optional key/value map of user-defined properties sent in
## Add a generic dependency jar

If you just want to add any dependency for use in serialization/deserialization/auth you can add it to the
**Dependency Jars** tab
**Other** jars tab

## Searching for topics

Expand All @@ -75,7 +75,7 @@ More messaging formats will be added in the future.

### Steps

1. Select the **Jars** tab in any **Protobuf** test tab.
1. Select the **Jars** tab in any **Protobuf** test tab in the bottom half of the screen.
2. Add any jars containing your message classes.
3. In the **Class** tab you can now select any class to send a message with or deserialize with.
You can define multiple deserialization classes if you want to try to decode a message into multiple formats.
Expand Down