aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--templates.go2
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 17fd76b..92091fc 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,15 @@ This is particular good for those of you who do not use Facebook,
but still end up in social networks and local communities where
gatherings and events are all organized using Facebook.
+NOTE: This may break any given moment, due to updates in the source
+code at Facebook.
+
## Usage
Compile and run. Host it somewhere or locally.
-For HTML: `/nameOfGroup`
+For HTML: `http://localhost:1212/nameOfGroup`
-For RSS: `/nameOfGroup.rss`
+For RSS: `http://localhost:1212/nameOfGroup.rss`
`nameOfGroup` is the @-name in Facebook.
diff --git a/templates.go b/templates.go
index 8f6453f..4a642b5 100644
--- a/templates.go
+++ b/templates.go
@@ -26,7 +26,7 @@ const htmlRoot = `
<!DOCTYPE html>
<html>
<head>
- <title>{{title}}&middot; fbfeed</title>
+ <title>{{title}} &middot; fbfeed</title>
<style type="text/css">
body {
font-size: 14pt;