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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2eaf5d9 Update server-and-probe.html
2eaf5d9 is described below
commit 2eaf5d92c2f97c474472962b683feca7653d546b
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Sep 13 20:03:25 2020 -0700
Update server-and-probe.html
---
server-and-probe.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/server-and-probe.html b/server-and-probe.html
index 14adb11..db71eba 100644
--- a/server-and-probe.html
+++ b/server-and-probe.html
@@ -405,7 +405,7 @@ nlpcraft {
<li>See more details on <a target=_
href="https://github.com/lightbend/config#optional-system-or-env-variable-overrides">HOCON
documentation</a>.</li>
</ol>
<p>
- Consider the following snippet of server configuration:
+ Consider the following snippet of NLPCraft configuration:
</p>
<pre class="brush: js">
nlpcraft {
@@ -435,9 +435,10 @@ nlpcraft {
<div class="bq info">
<b>Examples</b>
<p>
- Note that all examples use environment variable overriding
when running their data probes. They use
- default <code>nlpcraft.conf</code> file and just override one
<code>nlpcraft.probe.models</code> property
- (see above) to specify what model the data probe needs to
deploy.
+ Note that all examples that come with NLPCraft have
instructions that use environment variable overriding
+ for running their data probes. They use default
<code>nlpcraft.conf</code> file and just override
+ one <code>nlpcraft.probe.models</code> property (see above) to
specify what model the data probe
+ needs to deploy.
</p>
</div>
</section>