README.md in jugglite-0.2.0 vs README.md in jugglite-0.3.0
- old
+ new
@@ -35,10 +35,10 @@
Add it to your `config.ru` file and make sure your application runs using Thin:
```ruby
require ::File.expand_path('../config/environment', __FILE__)
# Embed Jugglite when running in development
-use Jugglite::App, path: '/stream' if ENV['RACK_ENV'] == 'development'
+use Jugglite::App, path: '/stream', namespace: 'myapp:' if ENV['RACK_ENV'] == 'development'
run MyRails::Application
```
### Behind Nginx (production)