Skip to content

Commit

Permalink
Make sure daemonized Mimic hosts the API for these examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Sep 22, 2011
1 parent 3d3b39c commit de5ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ First of all, you'll need to run Mimic as a daemon. You can do this with a simpl
require 'daemons'

Daemons.run_proc("mimic") do
Mimic.mimic(:port => 11988, :fork => false) do
Mimic.mimic(:port => 11988, :fork => false, :remote_configuration_path => '/api') do
# configure your stubs here
end
end
Expand Down

0 comments on commit de5ea74

Please sign in to comment.