From bc98b35cbae226d2246a9d2505287816b1ed69ec Mon Sep 17 00:00:00 2001 From: Juntong Liu <juntong.liu@ess.eu> Date: Mon, 23 Aug 2021 11:42:21 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a78d7d0..070ef821 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ any longer. At its heart, `require` performs: * Dynamic loading of EPICS modules and rudimentary dependency resolution -* Loading of IOCs using a custom startup script calling `softIocPVA` -* Building of EPICS modules into standardized packages +* Building IOC using a custom defined startup script and `softIocPVA` +* Building of EPICS modules into standardized e3 packages For more documentation on this, please see [e3.pages](http://e3.pages.esss.lu.se/design/2_require.html). -- GitLab