From 37581558545985a21201abf3b1463c40ab9b8e6c Mon Sep 17 00:00:00 2001
From: Nathan <57642318+nathnp@users.noreply.github.com>
Date: Thu, 21 Dec 2023 19:27:44 -0500
Subject: [PATCH 1/3] Fixed typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5ef8de6..1ba1035 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is a website template designed to help people get a basic landing page on t
This template uses [Simple.CSS](https://simplecss.org) for its CSS.
-A demo can be found at [bstdemo.nthp.me](https://bstdemo.nthp.me), the demos `index.html` file can be found [here](https://github.com/nathnp/Basic-Site-Template/blob/Demo/index.html).
+A demo can be found at [bstdemo.nthp.me](https://bstdemo.nthp.me), the demo's `index.html` file can be found [here](https://github.com/nathnp/Basic-Site-Template/blob/Demo/index.html).
## How to Use
From 1b72be868ce1f0128f409289af8a83b1a1e70c7f Mon Sep 17 00:00:00 2001
From: Nathan <57642318+nathnp@users.noreply.github.com>
Date: Thu, 21 Dec 2023 19:30:27 -0500
Subject: [PATCH 2/3] Added to readme
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 1ba1035..9d3e276 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,12 @@ Extra links can be added to the nav bar easily. Simply copy the code listed in [
```HTML
This is a test link
```
+You can also turn a link into a button, like so
+```HTML
+link
+```
+These are best used on their own line
+
### More Images
Just add your image to the pics folder, and use the `img` tag.
From 67c57178c93d0bac8b23257e3abbdb45ff6ab2dc Mon Sep 17 00:00:00 2001
From: Nathan <57642318+nathnp@users.noreply.github.com>
Date: Thu, 21 Dec 2023 19:36:42 -0500
Subject: [PATCH 3/3] Added more tags
---
README.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9d3e276..130a580 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ You can also turn a link into a button, like so
```HTML
link
```
-These are best used on their own line
+These are best used on their own line.
### More Images
@@ -70,3 +70,15 @@ If you would like to add an image from elsewhere on the web, add the image's lin
```HTML
```
+
+### Highlighting Text
+
+Text cam be highlighted on two main ways.
+The code tag
+```HTML
+This is some text with the code tag
+```
+And with the mark tag
+```HTML
+This is some text with The mark tag
+```
\ No newline at end of file