aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVlastimil Starec <vlastimil.starec@orange.com>2020-04-14 21:49:47 +0200
committerVlastimil Starec <vlastimil.starec@orange.com>2020-04-16 22:52:21 +0200
commit6c4672dbb3cccd6c7d8cdfde2f59a97af7cfac42 (patch)
treef2415c6e0de9c63a7b7ebe41adc62120dc45a9ea /README.md
parent208ab81cd84c06387d6ce7ad335b3fbe4d51ac04 (diff)
Perform repository cleanup
1. Perform whitespace cleanup in source files Changes are almost exclusively in indentation and line breaks. Some safe spelling fixes may had gotten staged too. 2. Update license file and license headers on java files Change "2019" to "2019-2020" (fix 2017-2018 in some cases). Convert to block comment format. Make "Orange Intellectual Property" consistent across headers. 3. Prepend javascript files with license headers 4. Rename frontend filenames to lowercase 5. Add missing semicolons after statements in react files Issue-ID: AAI-2861 Signed-off-by: Vlastimil Starec <vlastimil.starec@orange.com> Change-Id: Ieee5562ce9e360da3db1f990a6cf4c1b1e56f657
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3251be3..84ee8e0 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ To start the frontend just run the following command:
The UI will be available on http://localhost:3000
-In order to start the webservices run the App.java from your Java IDE (the service runs on localhost port 8080).
+In order to start the webservices run the App.java from your Java IDE (the service runs on localhost port 8080).
## Building docker images
@@ -22,7 +22,7 @@ In order to start the webservices run the App.java from your Java IDE (the servi
## Running GraphGraph locally
-You have to start a local instance (i.e. localhost) of schema-service. Afterwards build the GraphGraph JAR file with:
+You have to start a local instance (i.e. localhost) of schema-service. Afterwards build the GraphGraph JAR file with:
### `mvn clean install`
@@ -30,6 +30,6 @@ Go into the target directory and run the JAR file with -d switch:
### `java -jar graphgraph-X.Y.jar -d`
-where X.Y is the current version. For more options run the help via:
+where X.Y is the current version. For more options run the help via:
-### `java -jar graphgraph-X.Y.jar -h` \ No newline at end of file
+### `java -jar graphgraph-X.Y.jar -h`