summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f20ceb..39c60e9 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ favicon = "favicon.ico"
Set `copyright` with the text you want for your copyright.
```toml
-copyright = "©2021 Your Name"
+copyright = "©2024 Your Name"
```
@@ -198,7 +198,9 @@ googleAnalytics = "UA-XXXXXXXX-1"
In order to see your site in action, run Hugo's built-in local server.
- $ hugo server
+```bash
+$ hugo server
+```
Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.