diff --git a/index.html b/index.html
index d4a7e3f..8229f3d 100644
--- a/index.html
+++ b/index.html
@@ -14,25 +14,28 @@
MetFragWeb
Learn more
-
Use MetFrag directly from your browser, which makes it pretty easy for beginners
+
Use MetFrag directly from your browser for a visual,
+ interactive experience. Great for beginners or exploring your data
MetFragR
Learn more
-
Users familiar with R can download MetFrag as R-package
+
Users familiar with R can download the MetFragR
+ R-package, or use MetFrag built into the patRoon workflow
Converter
Learn more
-
Tools to convert between MetFrag related file formats
+
Tools to convert between MetFrag-related file formats, including MassBank to MetFrag and SDF to XLS
diff --git a/projects/converter/index.md b/projects/converter/index.md
index d374dec..b202edc 100644
--- a/projects/converter/index.md
+++ b/projects/converter/index.md
@@ -14,15 +14,15 @@ role="button">Submit an issue
-Massbank to MetFrag
+MassBank to MetFrag
-Convert a Massbank record to a MetFrag query file to directly process it with MetFrag.
+Convert a MassBank record to a MetFrag query file to directly process it with MetFrag.
# java -jar ConvertMassbankToMetFragRecord.jar massbank-input-file metfrag-output-file
-The converter writes information extracted from the Massbank record in the MetFrag query file. This includes among other things the given peak list as well as the precursor mass and if available
-the molecular formula and database identifiers of the relating molecule.
+The converter writes information extracted from the MassBank record in the MetFrag query file. This includes the given peak list, the precursor mass and if available
+the molecular formula and database identifiers of the related molecule.
SDF to XLS
@@ -33,6 +33,6 @@ Convert a SDF output file generated by MetFrag to the more human-readable XLS fi
# java -jar ConvertSDFtoXLS.jar sdf-input-file output-folder 1 //with images
-The defined output folder is used to mark the destination for the gernerated XLS output file that will contain the given SDF properties in seperate columns. If the additional third parameter 1 is
+The defined output folder is used to mark the destination for the generated XLS output file that will contain the given SDF properties in seperate columns. If the additional third parameter 1 is
given, the converter generates structure images that are displayed in an extra column for each molecule. This option is not recommended if the SDF contains a large number of candidates.