Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Jan 11, 2025
1 parent 74aec5e commit 6399f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ provide custom console commands using `GgStatic.instance.registerConsoleCommand`

## ❓ FAQ
### Why is the viewport not centered or blurry on mobile/retina displays?
Add the following meta tag to your <head>:
Add the following meta tag to your `<head>`:
```html
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1, maximum-scale=1">
```
Expand Down

0 comments on commit 6399f59

Please sign in to comment.