diff --git a/README.md b/README.md
index cc22556..2a248cf 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ This project is open source under the MIT License. See [LICENSE](LICENSE) for de
The directories are organized as follows:
* `doc/` - Contains the file specification and HTML source code documentation
-* `examples/` - Contains example sequence files (`*.seq`)
+* [`tests/legacy/approved/`](https://github.com/pulseq/pulseq/tree/master/tests/legacy/approved)
+ - Contains example sequence files (`*.seq`)
* `src/` - C++ class for reading sequence files
* `matlab/` - MATLAB code for reading, writing, modifying and visualizing sequence files
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index f1c60e7..de4f87c 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -16,7 +16,7 @@ can be obtained here: `specification.pdf` See al
## Source code repository
The source code in this repository provides the Pulseq toolbox and example implementations of several MR pulse sequences in Pulseq format. The code is
-divided into Matlab/Octave and C++ sections. The C++ part contains a standalone programm capable of loading Pulseq files and displaying basic statistics about the nimber of blocks, number of pulses, etc. It is potentially interesting to those seeking to implement their own Pulseq interpreter for a particular scanner.
+divided into Matlab/Octave and C++ sections. The C++ part contains a standalone program capable of loading Pulseq files and displaying basic statistics about the number of blocks, number of pulses, etc. It is potentially interesting to those seeking to implement their own Pulseq interpreter for a particular scanner.
### Matlab/Octave sequence examples
@@ -46,27 +46,27 @@ you would like to run open and flexible sequences at your institution.
- FLOCRA
- Bruker (out-of-date, discontinued)
-Additionally, there are two implementations of the *Philips interpreter* published in the ISMRM 2024 proceedings:
+Additionally, there are two implementations of the *Philips interpreter* published in the ISMRM 2024 proceedings:
#3243
-and
+and
#3251
-. Please contact the authors if ypu are interested in receiving one of these interpreters.
+. Please contact the authors if you are interested in receiving one of these interpreters.
## Download source code
-### Matlab/Octave
+### Matlab/Octave
Both Matlab/Octave and C++ source code is available here: https://github.com/pulseq/pulseq.
Alternatively, you may consider cloning the git repository directly:
git clone git@github.com:pulseq/pulseq.git
-### Python
+### Python
-PyPulseq is an alternative implementaton of the Pulseq sequence toolbox in Python, with a very similar syntax and functionality, originally implemented by Sairam Geethanath and Keerthi Ravi and maintained by an active developer community. It can be clonned from the GutHub site or installed directly via pip. See PyPulseq GitHub Repository for more details.
+PyPulseq is an alternative implementation of the Pulseq sequence toolbox in Python, with a very similar syntax and functionality, originally implemented by Sairam Geethanath and Keerthi Ravi and maintained by an active developer community. It can be cloned from the GitHub site or installed directly via pip. See PyPulseq GitHub Repository for more details.
## Supported by
-
+
*/