From 9ddeaf539430a413b7506e82834008329afdcb0b Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Mon, 21 May 2018 02:07:52 +0800 Subject: [PATCH] modifying README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db8f9da..c72db62 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ Dependencies Compile ---------- -typing ``make`` in the folder of the repo. +Type ``make`` after entering the folder of the repo. Execute ---------- -execute it with the command: +Execute it with the command: ``./interp`` -after showing the introdution, type the formula (eg. ``2*x+5``), then press enter to solve it. For example: +After showing the introdution, type the formula (eg. ``2*x+5``), then press enter to solve it. For example: A program to solve f(x) = 0 such that f(x) is a 1-var linear function. Please Enter a 1-var linear function: 2*x+5