Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit a91af16

Browse files
committed
ReadME
1 parent d9d6d4e commit a91af16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Step 2:
6969

7070
```cs
7171
var localization = new Localization() { Language = Languages.ES };
72-
var account = new Account() { Username = "User", Password = "Pass" };
72+
var account = new Account() { Username = "Usuario", Password = "Contraseña" };
7373
var client = new Client() { EncodingType = Encoding.UTF8 };
7474

7575
var duolingo = new Duolingo(localization, account, client);

0 commit comments

Comments
 (0)