Skip to content

Commit

Permalink
feat(docs): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Morales committed Sep 19, 2023
1 parent 0e04a07 commit b879741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/guides/agents/booking-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We can start by writing the code for our 2 protocols.
Let's start by defining the protocol for querying availability of tables at the restaurant:

1. First of all, we need to navigate towards the protocols folder: `cd protocols`
2. Let's then create a Python script named, and name it by running: `touch query.py`
2. Let's then create a Python script and name it by running: `touch query.py`
3. In the text editor application, we proceed and define the `table querying protocol`.
4. We now need to import necessary classes and define the _message data models_. Then, create an instance of the `Protocol` class and name it `query_proto`:

Expand Down

0 comments on commit b879741

Please sign in to comment.