From 6c5300b743f2dd4720861239e370160b638f0c71 Mon Sep 17 00:00:00 2001 From: pjs <pjs@alum.mit.edu> Date: Wed, 11 Jul 2018 16:28:37 -0700 Subject: [PATCH] Slight rewording of README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2580e4b..87de015 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -SimpleKit-ruby is a minimalist Ruby library which implements discrete event +SimpleKit for Ruby is a minimalist implementation of discrete event simulation using event graphs. Copyright (C) 2012-2018 Paul J. Sanchez @@ -12,12 +12,12 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.** ### DESCRIPTION -SimpleKit-ruby is a very minimal Ruby implementation of discrete event -simulation based on Lee Schruben's "Event Graph" approach. I wrote it -to illustrate to CS students how simulation works. You are welcome to -use it as long as you clearly understand that it was designed as a -teaching tool. For serious simulation modeling with event graphs I -recommend Lee Schruben's SIGMA package or Arnie Buss's SimKit. +SimpleKit for Ruby is a very minimal Ruby implementation of discrete event +simulation based on Lee Schruben's "Event Graph" approach. I wrote it to +illustrate to CS students how simulation works "under the hood". You are +welcome to use it as you wish so long as you clearly understand that it was +created to be a teaching tool. For serious simulation modeling with event +graphs I recommend Lee Schruben's `SIGMA` package or Arnie Buss's `SimKit`. ### WHAT'S WHAT -- GitLab