Skip to content

Commit a80278d

Browse files
authored
Update README.md
1 parent a049521 commit a80278d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conversation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ These are used to test various objects in the Conversation API.
3333

3434
1. Create a Conversation - set the variable `CONVERSATION_ID` in your `config.local.sh` file.
3535
2. List Conversations - confirm `CONVERSATION_ID` returned is as expected.
36-
3. Get a Conversation
36+
3. Get a Conversation.
3737
4. Update a Conversation - you can change the name of the Conversation for example. Use `get-conversation.sh` to check the change.
38-
5. Delete a Conversation - then list Conversations again to make sure it has been removed
38+
5. Delete a Conversation - then list Conversations again to make sure it has been removed fully.
3939

4040
Create a new Conversation before moving on to testing User. Make sure you update `config.local.sh`.
4141

4242
### User
4343

4444
1. Create a User - set the variable `USER_ID` in your `config.local.sh` file.
45-
2. List Users
46-
3. Get a User
45+
2. List Users .
46+
3. Get a User.
4747
4. Update a User - then use `get-user.sh` to make sure the user was updated.
4848
5. Get a User Conversations - the user has not been joined to any conversations so this will be an empty array.
4949
6. Delete a User - list users to confirm empty array is returned.

0 commit comments

Comments
 (0)