Skip to content

Commit e160b55

Browse files
committed
Updated docs freecodecamp correct reference
1 parent bff7aad commit e160b55

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __Important:__ codeBadges JS relies on jQuery JS, so you need to load jQuery JS
2727
#### HTML.
2828
<b>Add a single badge...</b>
2929
```html
30-
<div class="code-badge fcc"></div>
30+
<div class="code-badge freecodecamp"></div>
3131
```
3232
<b>Or a row of badges...</b>
3333
```html
@@ -72,7 +72,7 @@ In your own css, just add a code badge class for `.pink-badge` like the example
7272

7373
<b>Apply to your html...</b>
7474
```html
75-
<div class="code-badge fcc pink-badge"></div>
75+
<div class="code-badge freecodecamp pink-badge"></div>
7676
```
7777
7878
### Badges

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h4>CDN.</h4>
5454
<h2>Usage</h2>
5555
<h4>HTML.</h4>
5656
<b>Add a single badge...</b>
57-
<pre>&lt;div class="code-badge fcc"&gt;&lt;/div&gt;</pre>
57+
<pre>&lt;div class="code-badge freecodecamp"&gt;&lt;/div&gt;</pre>
5858
<b>Or a row of badges...</b>
5959
<pre>
6060
&lt;div align="center"&gt;
@@ -92,7 +92,7 @@ <h4>Custom colours.</h4>
9292
}</pre>
9393
<p>In your own css, just add a code badge class for <code>.pink-badge</code> like the example above.</p>
9494
<b>Apply to your html...</b>
95-
<pre>&lt;div class="code-badge fcc pink-badge"&gt;&lt;/div&gt;</pre>
95+
<pre>&lt;div class="code-badge freecodecamp pink-badge"&gt;&lt;/div&gt;</pre>
9696
<div align="center">
9797
<div class="code-badge freecodecamp pink-badge"></div>
9898
</div>

0 commit comments

Comments
 (0)