Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ShaneCunn/Mumble_Sample_Welcome_message.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Cunningham <mayhem2277@users.noreply.github.com>2015-05-22 01:43:40 +0300
committerShane Cunningham <mayhem2277@users.noreply.github.com>2015-05-22 01:43:40 +0300
commit747c12a78aea6b70316afd8d025076f151d714db (patch)
tree10c18df0f0bc3faa814ddaa244928cdd8b7b47ca
parent2772413aab7caaa5f95a100cb9a76f0e6d33c59d (diff)
Fixed some errors in the guide
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11ec04c..f174f36 100644
--- a/README.md
+++ b/README.md
@@ -14,14 +14,14 @@ Instead of welcometext="Welcome to this server running Murmur."
Example logo in the welcome message:
```html
- <a href="http://goo.gl/0a6Ok4"><img alt="BRTD old logo" src="http://i.imgur.com/m4NsCG0.jpg" width="250"></a
+ <a href="https://www.google.com"><img alt="Your logo here" src="http://i.imgur.com/m4NsCG0.jpg" width="250"></a>
```
Examples of an contact/Officer list:
```html
<h3>Commanded by the best Officer's</h3>
<ul>
- <li><a href="https://www.google.com"><strong>Clan Leader:</strong> Outfit leader</a></li>
+ <li><a href="https://www.google.com"><strong>Clan Leader:</strong> Clan leader</a></li>
<li><a href="https://www.google.com"><strong>Officer 2:</strong> Co-leader</a>
</li>
</ul>