Skip to content

Commit

Permalink
Merge pull request #54 from DeepLcom/fix-readme-example-typo
Browse files Browse the repository at this point in the history
Fix typos in README.md example
  • Loading branch information
daniel-jones-dev authored Jul 18, 2024
2 parents 26496ef + 2809173 commit 9c4bb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ var glossaryEnToDe = await translator.CreateGlossaryAsync(
"My glossary", "EN", "DE",
new GlossaryEntries(entriesDictionary));

Console.WriteLine($"Created {glossaryEnToDe.name}' ({glossaryEnToDe.GlossaryId}) " +
Console.WriteLine($"Created {glossaryEnToDe.Name}' ({glossaryEnToDe.GlossaryId}) " +
$"{glossaryEnToDe.SourceLanguageCode}->{glossaryEnToDe.TargetLanguageCode} " +
$"containing {glossaryEnToDe.EntryCount} entries"
)
);
// Example: Created 'My glossary' (559192ed-8e23-...) en->de containing 2 entries
```

Expand Down

0 comments on commit 9c4bb60

Please sign in to comment.