From 81c5f3d619a80556cbb8e804ca2eefa877caa077 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Sun, 14 Jun 2020 15:00:27 +0300 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acc88ec..47c221f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ [![crates.io](https://img.shields.io/crates/v/vexriscv.svg)](https://crates.io/crates/vexriscv) [![Build Status](https://travis-ci.org/xobs/vexriscv-rust.svg?branch=master)](https://travis-ci.org/xobs/vexriscv-rust) -# `veriscv` +# `vexriscv` > Low level access to parts of the VexRiscv RISC-V processor -This project is derived from [riscv](https://github.com/rust-embedded/riscv), developed and maintained by the [RISC-V team][team]. +This project complements [riscv](https://github.com/rust-embedded/riscv), +which is developed and maintained by the [RISC-V team][team]. ## [Documentation](https://docs.rs/crate/vexriscv)