Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RiabushenkoA committed Jan 7, 2025
1 parent 48997e1 commit 148b916
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Apps.Systran/Apps.Systran.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Product>Systran [Beta]</Product>
<Description>SYSTRAN Translate API is built around a RESTful API and can be used in all types of applications.This API Reference is intended for developers who want to write applications that can interact with the SYSTRAN Translate API. You can integrate our translation technology directly in your internal or external applications to make them multilingual or translate texts and files by using the SYSTRAN Translate API.</Description>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<AssemblyName>Apps.Systran</AssemblyName>
</PropertyGroup>

Expand All @@ -20,4 +20,4 @@
<EmbeddedResource CopyToOutputDirectory="Always" Include="image\icon.png"></EmbeddedResource>
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 deletions Apps.Systran/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Before you can connect you need to make sure that:

### Dictionary

- **Create dictionary** Create a dictionary and populate it using a `.tbx` file
- **Export dictionary** Export dictionary as TBX file
- **Update dictionary from TBX file** Update an existing dictionary by importing entries from a `.tbx` file
- **Create dictionary** Generate a dictionary and populate it from a `.tbx` file
- **Export dictionary** Export dictionary as `.tbx` file
- **Update dictionary from TBX file** Import entries from a `.tbx` file to update an existing dictionary.

### File

Expand Down

0 comments on commit 148b916

Please sign in to comment.