README.md in daemon_runner-0.4.1 vs README.md in daemon_runner-0.4.2
- old
+ new
@@ -166,10 +166,10 @@
#### Exclusive Lock
**TBD**
#### Semaphore Lock
-For an example of how to implement semaphore locking take a look at the [example](/examples/example_semaphore.rb)
+For an example of how to implement semaphore locking take a look at the [manual locking example](/examples/example_semaphore.rb) and the [slightly more automatic version](/examples/example_semaphore_release.rb).
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.