Skip to content

Commit

Permalink
Code review fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Jul 11, 2016
1 parent f5636c1 commit 30e8d7d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ and create a new Browser API key.
**NOTE: DO NOT DO THIS IN PRODUCTION. PUTTING YOUR API KEY IN CLIENT CODE IS NOT A GOOD IDEA**

## Single Player / Test Mode
If you are testing on your own, append `?debug` to the URL, and it will make the picture taking countdown
If you are testing on your own, append `?debug` to the URL, and it will make the picture taking countdown
on that particular game increase to 10 seconds.

This means you can have two browser instances running, one with the standard countdown of five seconds, and one
Expand Down
2 changes: 1 addition & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a Docker container that has all of the tools for developing this application.

*Note:* This shell has only been tested on Linux. Pull requests are welcome.
*Note:* This shell has only been tested on Linux. Pull requests are welcome.

## Building the Shell

Expand Down
2 changes: 1 addition & 1 deletion dev/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins=(debian git git-extras colored-man zsh_reload dirhistory)

source $ZSH/oh-my-zsh.sh

#yes, I suck.
#NANO, FTW!
export EDITOR='nano -w'

# The next line updates PATH for the Google Cloud SDK.
Expand Down
24 changes: 13 additions & 11 deletions html/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<!doctype html>
<!--
Material Design Lite
Copyright 2016 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
Copyright 2016 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en">
<head>
Expand Down

0 comments on commit 30e8d7d

Please sign in to comment.