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 be733d4  WIP.
be733d4 is described below

commit be733d4f5e14f0596457ba8e4c7b95ae3ce922fe
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Mar 21 19:43:28 2021 -0700

    WIP.
---
 README.md                                                      | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 169d631..5658c7f 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ for modern applications. It enables people to interact with 
your products using
 or text: 
 
  * Download, Maven/Grape/Gradle/SBT, installation 
[instructions](https://nlpcraft.apache.org/download.html) 
- * Read [docs](https://nlpcraft.apache.org/docs.html), 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * View & run 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
index cc03d61..69334bf 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
@@ -24,7 +24,8 @@
 
[![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Examples
-This folder contains Java and Scala examples of NLPCraft data models. Each 
example is fully contained in its own sub-package. Every example provides data 
model implementation, and Junit 5-based unit test to easily run from IDE.
+This folder contains Java, Groovy, Kotlin and Scala examples of NLPCraft data 
models. Each example is fully 
+contained in its own sub-package. 
 
 Here's an example of the files for `time` example:
 <pre>

Reply via email to