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

commit 4a0c082280f8831976d92cb95c179d210792d865
Author: Aaron Radzinski <[email protected]>
AuthorDate: Tue Jan 5 15:32:39 2021 -0800

    Update getting-started.html
---
 getting-started.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/getting-started.html b/getting-started.html
index e311727..3c578be 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -30,7 +30,7 @@ id: getting_started
             demonstrating the main components of NLPCraft -
             <a href="/server-and-probe.html#probe">data probe</a>,
             <a href="/server-and-probe.html#server">REST server</a>, and
-            <a href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> 
script (NLPCraft CLI).
+            <a href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> 
script.
         </p>
         <p>
             We assume the following:
@@ -38,7 +38,7 @@ id: getting_started
         <ul>
             <li>You <a href="/download.html">downloaded</a> NLPCraft 
{{site.latest_version}} as a ZIP archive.</li>
             <li>You followed <a href="/installation.html">installation</a> 
instructions.</li>
-            <li>You are using Mac OS/Linux environment.</li>
+            <li>You are using MacOS/Linux environment.</li>
         </ul>
     </section>
     <section id="probe-server">
@@ -53,7 +53,7 @@ id: getting_started
             utility responsible for executing most of the routine tasks in 
NLPCraft in a simple and productive way.
         </p>
         <p>
-            To start REST server and data probe with default configurations - 
execute following two commands:
+            To start REST server and data probe with default configurations - 
run the following two commands:
         </p>
         <pre class="brush: bash">
             $ bin/nlpcraft.sh start-server
@@ -132,7 +132,7 @@ id: getting_started
         <h2 class="section-sub-title">Asking</h2>
         <p>
             Now that we are in NLPCraft CLI REPL mode and have both REST 
server and the data probe connected, we can
-            use <code>ask</code> command to conveniently issue REST request to 
our data model.
+            use <code>ask</code> command to issue REST requests to our data 
model.
         </p>
         <p>
             <b>Q: What is the current forecast for Chicago?</b>

Reply via email to