File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/cat-facts-api/public Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Cat fact API</ title >
6+ < title > Cat facts API</ title >
77 < meta
88 name ="description "
99 content ="A utility API for the freeCodeCamp curriculum "
1717 </ head >
1818 < body >
1919 < main >
20- < h1 > Cat fact API</ h1 >
20+ < h1 > Cat facts API</ h1 >
2121 < div class ="usage ">
2222 < h2 > Usage</ h2 >
2323 < p >
2424 Use the endpoint
25- < code > https://cat-fact -api.freecodecamp.rocks/api/catfacts</ code >
25+ < code > https://cat-facts -api.freecodecamp.rocks/api/catfacts</ code >
2626 to see a list of all cat facts.
2727 </ p >
2828 < p >
2929 Use the endpoint
3030 < code
31- > https://cat-fact -api.freecodecamp.rocks/api/catfacts/random</ code
31+ > https://cat-facts -api.freecodecamp.rocks/api/catfacts/random</ code
3232 >
3333 to get a random cat fact.
3434 </ p >
You can’t perform that action at this time.
0 commit comments