From 095dc1628bd970b8dd8dab0d10743bdc3e1e0c93 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 13 Jun 2021 21:56:10 -0700 Subject: [PATCH] README.md: Add Nora to the list of authors. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a53dc1..4eb8e72 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Code Examples for _Programming Rust_ -This repository contains complete code for the larger example programs -from the book “Programming Rust”, by Jim Blandy and Jason Orendorff. +This repository contains complete code for the larger example programs from the +book “Programming Rust”, by Jim Blandy, Jason Orendorff, and Leonora Tindall. Each subdirectory is a distinct Rust project, with its own Cargo.toml file. You should be able to enter each directory and use `cargo build` and `cargo test`.