From ae32979ab22dd28bce6cd9362e18679461cb9f79 Mon Sep 17 00:00:00 2001 From: juanlishentest <54197397+juanlishentest@users.noreply.github.com> Date: Fri, 16 Aug 2019 23:08:29 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6d7e80..8e80c36 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ My MP solutions for CS425 (2015 Fall) with help from Keda Ruan. This solution set is only for reference. + 1. These MP's are designed to build a final whole system (MP4). But I have also included all the four components because either they have to be modified to fit into the final one (e.g., MP2) or they are optinal for the final one (e.g., MP3). 2. Like most of the course projects, this is just a toy system, but educational. 3. It may help you to get a feeling of what is basically necessary to complete your MP's, in other words, a sketch. Do not copy the code.