diff --git a/README.md b/README.md
index a23f850a..4f7e7138 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,21 @@ Learn how to manage [python versions](https://github.com/pyenv/pyenv) and
 Install this package with
 
 ```shell
-pip install git+https://github.com/FAIRmat-NFDI/pynxtools_xps.git
+pip install git+https://github.com/FAIRmat-NFDI/pynxtools-xps.git
 ```
 
 for the latest development version.
 
 
 # Purpose
-This pynxtools reader plugin is used to translate diverse file formats from the scientific community and technology partners
+This reader plugin for [pynxtools](https://github.com/FAIRmat-NFDI/pynxtools) is used to translate diverse file formats from the scientific community and technology partners
 within the field of X-ray photoelectron spectroscopy into a standardized representation using the
 [NeXus](https://www.nexusformat.org/) application definition [NXmpes](https://fairmat-nfdi.github.io/nexus_definitions/classes/contributed_definitions/NXmpes.html#nxmpes).
 
 ## Supported file formats
 The reader decides which parser to use based on the file extension of the files provided. For the main XPS files, the following file extensions are supported:
 - .sle: [SpecsLabProdigy](https://www.specs-group.com/nc/specs/products/detail/prodigy/) files, propietary format of SPECS GmbH (v1.6)
-- .xml: SpecsLab 2files, XML format from SPECS GmbH (v1.6)
+- .xml: SpecsLab 2files, XML format from SPECS GmbH (v1 and v4)
 - .vms: VAMAS files, ISO standard data transfer format ([ISO 14976](https://www.iso.org/standard/24269.html)), both in regular and irregular format
 - .xy: SpecsLabProdigy export format in XY format (including all export settings)
 - .txt:
@@ -47,8 +47,7 @@ An example script to run the XPS reader in pynxtools:
 --input-file $<eln-file path> \
 --output <output-file path>.test.nxs
 ```
-Note that none of the supported file format have data/values for all required and recommended fields and attributes in NXmpes. In order for the validation step of the **XPS** reader to pass,
-you need to provide an ELN file that contains the missing values. An example can be found in  [*pynxtools_xps/examples*](https://github.com/FAIRmat-NFDI/pynxtools-xps/tree/main/examples).
+Note that none of the supported file format have data/values for all required and recommended fields and attributes in NXmpes. In order for the validation step of the XPS reader to pass, you need to provide an ELN file that contains the missing values. An example can be found in  [*pynxtools_xps/examples*](https://github.com/FAIRmat-NFDI/pynxtools-xps/tree/main/examples).
 
 
 # Contributing
diff --git a/examples/.sle/Au_25_mbar_O2_no_align.nxs b/examples/.sle/Au_25_mbar_O2_no_align.nxs
new file mode 100644
index 00000000..18f08f3f
Binary files /dev/null and b/examples/.sle/Au_25_mbar_O2_no_align.nxs differ
diff --git a/examples/.sle/README.md b/examples/.sle/README.md
new file mode 100644
index 00000000..5819a823
--- /dev/null
+++ b/examples/.sle/README.md
@@ -0,0 +1,12 @@
+# Example for .sle data
+
+This is an example for the [SpecsLabProdigy](https://www.specs-group.com/nc/specs/products/detail/prodigy/) .sle files, which is the propietary format of SPECS GmbH. The SpecsLabProdigy software version is v4.63.1. The example conversion can be run with the following command.
+
+```console
+user@box:~$ dataconverter --params-file params.yaml
+```
+
+Not that the `params.yaml` file contains the `remove_align` keyword which is special for the SLE parser. It allows removal of alignment spectra that were taken during the experiment. For this example, it considerably speeds up the conversion.
+
+## Contact person in FAIRmat for this example
+Lukas Pielsticker
\ No newline at end of file
diff --git a/examples/README.md b/examples/README.md
index 2ffe911d..bca9649c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,8 +1,8 @@
-# XPS Reader
+# Examples for the XPS
 
-## What is this reader?
+Here, you can find working examples of XPS-to-NeXus conversion using the latest [NXmpes](https://fairmat-nfdi.github.io/nexus_definitions/classes/contributed_definitions/NXmpes.html#nxmpes) application definition and the latest development version of pynxtools-xps.
 
-This reader supports converting X-ray photoelectron spectroscopy into a NeXus formatted file. The application definiton it follows is [NXmpes](https://fairmat-nfdi.github.io/nexus_definitions/classes/contributed_definitions/NXmpes.html#nxmpes).
+This reader supports converting X-ray photoelectron spectroscopy into a NeXus formatted file. The  it follows is .
 
 ## Supported file formats
 The reader decides which parser to use based on the file extension of the files provided. For the main XPS files, the following file extensions are supported: