This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new eb5c23a Update README.md
eb5c23a is described below
commit eb5c23acc94820f9174106034f1770875d38e1aa
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Jul 30 16:55:49 2021 -0700
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9aed623..5f16bef 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ NOTE: **0.9.0** should be the latest NLPCraft version.
### Define Data Model
Declare the static part of the data model using YAML which we will later load
in our model implementation. You can declare entire
-model in the code - but doing it with JSON or YAML is more productive:
+model in the code - but doing it with JSON or YAML is usually more productive:
```yaml
id: "nlpcraft.lightswitch.ex"
name: "Light Switch Example Model"