diff --git a/README.md b/README.md index ac2b0f8..57211b3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ It is split into several crates: - [`lrvm_aux`](lrvm_aux/): A set of useful auxiliary components - [`lrvm_tools`](lrvm_tools/): A set of tools to deal more easily with LRVM, including a strongly-typed assembler and a string-based one +## Examples + +Various examples can be found in the [`examples/`](examples/README.md) directory. + ## Additional components An arbitrary number of components can be connected to the virtual motherboard and accessed through memory mapping (MMIO). @@ -85,10 +89,6 @@ code --install-extension lrvm-lasm-*.vsix # Enjoy! ``` -## Examples - -Examples can be found in the [`examples/`](examples/README.md) directory. - ## Testing As some examples depends on other, and Cargo does not provide a way to prevent tests from running concurrently, you should not use a simple `cargo test` on LRVM's crates but instead: