Skip to content

Commit

Permalink
edited some docs 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
freaker2k7 committed Jul 30, 2019
1 parent 5dcc2a4 commit 3921df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var result = trans.lingualate('Hello world!', 'en', 'ru');
console.log(result); // This will print: "Эллoу Вoурлд!"
```

Or in vanilla JS in your browser:
Or using vanilla JS in your browser:
```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/translingual@1.1.0/dist/translingual.min.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 3921df7

Please sign in to comment.