Skip to content

Commit 20dd844

Browse files
committed
docs: update README
1 parent d1e50e1 commit 20dd844

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<hr>
3737

3838
## ⚡ Quick Start
39-
The easiest way to start using these cards is to visit our website, where you can customize your card with a live preview.
39+
The easiest way to start using these cards is to visit our website, where you can customize your card with a live preview.
4040
[https://github-readme-tech-stack.vercel.app](https://github-readme-tech-stack.vercel.app)
4141

4242
<p align="center">
@@ -63,7 +63,7 @@ None of the fields are required. Every query parameter has a default value displ
6363
<hr>
6464

6565
## 🪁 Themes
66-
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
66+
These cards come with several built-in themes you can use. You can find all of them by clicking [here](docs/THEMES.md).
6767
If you would like to use other themes, and add one for yourself and others, please check this [issue](https://github.com/0l1v3rr/github-readme-tech-stack/issues/2).
6868

6969
<hr>
@@ -102,15 +102,15 @@ You can use [GitHub's new feature](https://github.blog/changelog/2022-05-19-spec
102102

103103
### 🎭 Adding custom SVG logo
104104
We support this using [Base64](https://en.wikipedia.org/wiki/Base64) format.
105-
**[\*](https://stackoverflow.com/questions/38985050/how-do-i-use-the-logo-option-in-shields-io-badges) Here's an easy 3-step guide:**
105+
**[\*](https://stackoverflow.com/questions/38985050/how-do-i-use-the-logo-option-in-shields-io-badges) Here's an easy 3-step guide:**
106106
1. Download the SVG and use one of the many online tools, e.g. [http://b64.io/](http://b64.io/), to encode it.
107107
2. Encode the Base64 string in [percent-encoding](https://en.wikipedia.org/wiki/Percent-encoding). Take the Base64 string and use one of the many online tools, e.g. [http://meyerweb.com/eric/tools/dencoder/](http://meyerweb.com/eric/tools/dencoder/), to encode the string.
108108
3. Finally, replace the first element of a badge (the `logoName`) with this string inside the URL. (`<Base64>,typescript,2D79C7;`)
109109

110110
<hr>
111111

112112
## ⚒️ Building from source
113-
If you don't have NodeJS, [download and install it](https://nodejs.org/en/).
113+
If you don't have NodeJS, [download and install it](https://nodejs.org/en/).
114114
Then open a terminal and type these commands:
115115

116116
**Backend:**
@@ -141,8 +141,8 @@ npm start
141141
<hr>
142142

143143
## 🧑‍🤝‍🧑 Contributing
144-
Every contribution is welcomed.
145-
You can find a contributing guideline [here](CONTRIBUTING.md).
144+
Every contribution is welcomed.
145+
You can find a contributing guideline [here](CONTRIBUTING.md).
146146
This project is licensed under the [MIT License](LICENSE).
147147

148148
<hr>

0 commit comments

Comments
 (0)