Skip to content

Commit 4bf2791

Browse files
author
FoxInFlame
committed
Update README.md
1 parent e4704d3 commit 4bf2791

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# MinecraftColorCodes
2-
This is my first JS file, so please, be patient if you find any bugs. I will try and fix it.
32
Minecraft has it's own Color Code system, in which they use § characters.
4-
This JS file I made will translate all color codes into HTML, so you can insert it in your website.
3+
This JS library I made will translate all color codes into HTML, so you can insert it in your website.
54

65
##Installation
76
Download this as a zip, and open the zip.
87
Place MinecraftColorCodes.js in the directory you want.
9-
In the file you have the string want to translate, link the JS file in your ``` head ``` tag.
8+
In the webpage you have the string want to translate, link the JS file in your ``` head ``` tag.
109
Like so:
1110
```
1211
<head>
1312
<script src="MinecraftColorCodes.js"></script>
1413
</head>
1514
```
15+
You can also link the JS file at the bottom of the webpage, right before the ```body``` tag.
16+
1617
Now you can use it!
1718

1819
##Usage

0 commit comments

Comments
 (0)