Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaas Gadeyne2015-09-24 19:35:20 +0000
committerGerrit Code Review @ Eclipse.org2015-09-25 08:54:46 +0000
commit2d6b34f47bfc358c83ae75b860b3e0a94a83a18c (patch)
tree2db1ac336b269e4bd0a465eb5f97b2f29b6d4b7f
parentb1e04a1d603aeabb74760253e6cbdb5d53647eeb (diff)
downloadorg.eclipse.papyrus-sysml-2d6b34f47bfc358c83ae75b860b3e0a94a83a18c.tar.gz
org.eclipse.papyrus-sysml-2d6b34f47bfc358c83ae75b860b3e0a94a83a18c.tar.xz
org.eclipse.papyrus-sysml-2d6b34f47bfc358c83ae75b860b3e0a94a83a18c.zip
minor spelling fixes
Signed-off-by: Klaas Gadeyne <klaas.gadeyne@gmail.com>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3e10ad96..d8059a00 100644
--- a/README.md
+++ b/README.md
@@ -20,20 +20,20 @@ To build locally, simply execute the command line:
mvn clean install
```
-To build also the modules relatives to RCP and Product, please activate the following profile:
+To also build the modules relative to RCP and Product, please activate the following profile:
```
mvn clean install -Pproduct
```
To generate the site (documentation, javadoc, pdf), please activate the profile documentation and the one specific for pdf generation.
-Several images are exported directly from Rcptt tests, so if you want to integrate them in the web site or pdf, please run at first the "mvn clean install -Pproduct"
+Several images are exported directly from Rcptt tests, so if you want to integrate them in the web site or pdf, please run first the "mvn clean install -Pproduct"
```
mvn site -Pdocumentation,documentation-pdf
```
-In a near feature, we will deploy to a distant web site throught:
+In a near feature, we will deploy to a distant web site through:
```
mvn site site:stage-deploy scm-publish:publish-scm -Pdocumentation,documentation-pdf

Back to the top