diff --git a/os/src/server/dynamic_rom/README b/os/src/server/dynamic_rom/README index 41b975a7cc..b14be9dbcc 100644 --- a/os/src/server/dynamic_rom/README +++ b/os/src/server/dynamic_rom/README @@ -1,6 +1,4 @@ ROM service that provides ROM modules that change during the lifetime of a ROM -session according to a timeline. This main purpuse of this service is the +session according to a timeline. This main purpose of this service is the testing of programs that are able to respond to ROM module changes, for example configuration changes. - -For a practical example, refer to the 'gems/run/decorator.run' script.