From 1ca6893513bd09102fa1025edb73530f3d5b9057 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Tue, 24 Mar 2015 01:03:17 +0100 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2049d7dc..a2883725 100644 --- a/README.md +++ b/README.md @@ -18,23 +18,23 @@ Install by copying the desired amath binary to C: or any other appropriate locat Example of usage ================ -Open amath in its own window: -> amath + Open amath in its own window: + > amath -Do a calculation in shell (CLI mode): -> amath 1.2+1.4 + Do a calculation in shell: + > amath 1.2+1.4 -Get an interactive prompt in shell: -> amath shell + Get an interactive prompt in shell: + > amath shell -Show version string: -> amath version + Show version string: + > amath version -Run regression tests: -> amath-test test + Run regression tests: + > amath-test test -Load amath into memory: -> resident amath pure + Load amath into memory: + > resident amath pure Get more details on usage by visiting the amath wiki: * https://github.com/llsth/amath/wiki