From 16ac7afa4d0554abbe983045bed53b399f54cfd3 Mon Sep 17 00:00:00 2001 From: Joseph Melber Date: Tue, 22 Oct 2024 08:43:26 -0600 Subject: [PATCH] Update main README.md (#1866) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f08e491394..9c76b43916 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ For your design of interest, for instance from [programming_examples](../program > Note that the host code target has a `.exe` file extension even on Linux. Although unusual, this is an easy way for us to distinguish whether we want to compile device code or host code. -1. Run (program arguments are just an example for add_one design) +1. Run (program arguments are just an example for vector_scalar_add design) ```bash make run ```