From 726660f7059aae27224d4fbb03b925da9a9cd17f Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Fri, 30 Mar 2018 10:12:12 -0700 Subject: [PATCH] tweak formatting --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3d306c024..4223ebdb3 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ yarn build ## Query Params -- `room`: Id of the room (an integer) that you want to join -- `allow_multi`: Allow multiple instances off the app in the same browser session -- `enable_screen_sharing`: Enable screen sharing -- `accept_screen_shares`: Display screens shared by other users -- `avatar_scale`: Scale your self! -- `quality`: Either "low" or "high". Force assets to a certain quality level -- `mobile`: Force mobile mode -- `no_stats`: Disable performance stats -- `vr_entry_type`: Either "gearvr" or "daydream". Used internally to force a VR entry type +- `room` - Id of the room (an integer) that you want to join +- `allow_multi` - Allow multiple instances off the app in the same browser session +- `enable_screen_sharing` - Enable screen sharing +- `accept_screen_shares` - Display screens shared by other users +- `avatar_scale` - Scale your self! +- `quality` - Either "low" or "high". Force assets to a certain quality level +- `mobile` - Force mobile mode +- `no_stats` - Disable performance stats +- `vr_entry_type` - Either "gearvr" or "daydream". Used internally to force a VR entry type -- GitLab