You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/03/06 17:37:20 UTC

[incubator-nlpcraft-ui] branch master updated: Code cleanup.

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-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ea9778  Code cleanup.
1ea9778 is described below

commit 1ea977871f665c5ae64c480e132b75cd17ec4960
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Fri Mar 6 09:37:17 2020 -0800

    Code cleanup.
---
 package.json   | 2 +-
 src/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 907b769..d327ad5 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-    "name": "nlpcraft-ui",
+    "name": "apache-nlpcraft-ui",
     "version": "0.0.0",
     "scripts": {
         "ng": "ng",
diff --git a/src/index.html b/src/index.html
index fc0f9f6..3b939d4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
     <meta charset="utf-8">
-    <title>NLPCraft</title>
+    <title>Apache NLPCraft</title>
     <base href="/">
     <meta content="width=device-width, initial-scale=1" name="viewport">
 </head>