Skip to content

Commit cca68fa

Browse files
authored
Readme updates
1 parent e2e0453 commit cca68fa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,20 @@ from py_trans import Async_PyTranslator
8989
```
9090
- Get language code/name
9191
-
92-
```py
93-
# Sync version
94-
tr.get_lang_code("arabic")
95-
tr.get_lang_name("ar")
92+
```py
93+
# Sync version
94+
tr.get_lang_code("arabic")
95+
tr.get_lang_name("ar")
9696

97-
# Async version
98-
tr.get_lang_code_async("arabic")
99-
tr.get_lang_name_async("ar")
100-
```
97+
# Async version
98+
tr.get_lang_code_async("arabic")
99+
tr.get_lang_name_async("ar")
100+
```
101101

102102
> [!NOTE]
103103
> All the above examples also applies to async version (`Async_PyTranslator`)
104104

105105

106106
## License
107107
- Copyright (C) 2023 [@Itz-fork](https://github.com/Itz-fork)
108-
- Licensed under [MIT](/LICENSE)
108+
- Licensed under [MIT](/LICENSE)

0 commit comments

Comments
 (0)