Skip to content

Commit 6bc460e

Browse files
author
Brent Sanders
authored
Update README.md
1 parent 98f44dc commit 6bc460e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ ${BUSINESS_NAME} THE BOOK TABLE, INC
8282
```
8383

8484
## Keywords
85-
Keywords are the actions that your automation is going to take in granular detail. At first, this may
86-
look silly and if you are like me you may want to just use Python directly. Keywords have a few advantages:
85+
Keywords are the actions that your automation is going to take. At first, this may
86+
look silly and you may want to just use Python directly. Keywords have a few advantages:
8787
- Self-documentation: Automations are guaranteed to break and you may not be the one
8888
to make the fix.
8989
- DRY Code: You can break down actions into logical sections that can be re-used with different arguements

0 commit comments

Comments
 (0)