We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f44dc commit 6bc460eCopy full SHA for 6bc460e
README.md
@@ -82,8 +82,8 @@ ${BUSINESS_NAME} THE BOOK TABLE, INC
82
```
83
84
## 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:
+Keywords are the actions that your automation is going to take. At first, this may
+look silly and you may want to just use Python directly. Keywords have a few advantages:
87
- Self-documentation: Automations are guaranteed to break and you may not be the one
88
to make the fix.
89
- DRY Code: You can break down actions into logical sections that can be re-used with different arguements
0 commit comments