From 0b09f41a10e42f5d244f64e522d3bc7808089f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nerma?= Date: Mon, 3 Jun 2024 11:56:42 +0200 Subject: [PATCH] Move examples section in README :book: --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: