Skip to content

Commit

Permalink
update japanese code to be 'ja'
Browse files Browse the repository at this point in the history
  • Loading branch information
GomezMig03 authored May 20, 2024
1 parent 4195646 commit 81a0606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The current languages codes are the following:
* English = en
* Spanish = es
* French = fr
* Japanese = jp
* Japanese = ja

## Example of an HTTP request to get a random phrase and author on javascript
```
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>How can I use this API?</h2>
<li>English = en</li>
<li>Spanish = sp</li>
<li>French = fr</li>
<li>Japanese = jp</li>
<li>Japanese = ja</li>
</ul>
<section>
<h3>Example of an HTTP request to get a random phrase and author in JavaScript</h3>
Expand All @@ -99,7 +99,7 @@ <h3>Example of an HTTP request to get a random phrase and author in JavaScript</
<option value="en" selected>English</option>
<option value="es">Spanish</option>
<option value="fr">French</option>
<option value="jp">Japanese</option>
<option value="ja">Japanese</option>
</select>
<button id="button"> Test </button>
<p id="test-text"> </p>
Expand Down
File renamed without changes.

0 comments on commit 81a0606

Please sign in to comment.