examples/ui/basic.ru in flipper-ui-0.28.0 vs examples/ui/basic.ru in flipper-ui-0.28.1
- old
+ new
@@ -1,11 +1,8 @@
#
# Usage:
# # if you want it to not reload and be really fast
-# bin/rackup examples/ui/basic.ru -p 9999
-#
-# # if you want reloading
-# bin/shotgun examples/ui/basic.ru -p 9999
+# bundle exec rackup examples/ui/basic.ru -p 9999
#
# http://localhost:9999/
#
require 'bundler/setup'
require 'rack/reloader'