From c968de0aaef771cbdf5ff8defaa90ee96341753d Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 2 Apr 2016 09:18:28 -0700 Subject: [PATCH] README update --- modules/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/README.md b/modules/README.md index 438784e84..a668fe20f 100644 --- a/modules/README.md +++ b/modules/README.md @@ -7,10 +7,10 @@ permalink: /modules/ Project Modules === -This folder contains all the JavaScript source code for the PCjs Project, organized into Node modules. -It is the counterpart to **node_modules**, where all the *public* Node modules are installed. +The **modules** folder contains all the JavaScript source code for the PCjs Project, organized into Node modules. +It is our *private* counterpart to the **node_modules** folder, where all *public* Node modules are installed. -The project includes these Emulation Modules: +The project includes these emulation modules: * C1Pjs, the 6502-based C1P Emulation Module * [PCjs](pcjs/), the x86-based IBM PC Emulation Module