README.md in service_skeleton-0.0.0.30.g32b8169 vs README.md in service_skeleton-0.0.0.34.g4f6fdb0

- old
+ new

@@ -73,9 +73,11 @@ Whatever it is, `ServiceSkeleton` doesn't discriminate. All you have to do is write it in your subclass' `#run` method, and `ServiceSkeleton` will take care of the rest. +If your `#run` method exits, the service will terminate. + ### STAHP! Because the range of what a service can do is so broad, we can't provide a generic way to stop your service. You'll want to provide a (thread-safe)