Minor changes IN README.md

This commit is contained in:
Carlos Fernandez 2016-12-05 12:44:57 -08:00
parent ac00131153
commit d453d9327e
5 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
CCExtractor is a tool that produces subtitles from TV use. Global accessibility (all users, all content, all countries) is the goal. With so many different formats, this is a constantly moving target, but we intend to keep up with all sources and formats.
Carlos's version (mainstream) is the most stable branch.
Carlos' version (mainstream) is the most stable branch.
## Installation and Usage
@ -41,9 +41,9 @@ When creating a ticket:
- Please use English.
- It goes without saying, we like polite people.
You can also contact us by email here:
You can also [contact us by email or chat with the team in Slack](http://www.ccextractor.org/doku.php?id=public:general:support).
```carlos@ccextractor.org```
You can also
## Contributing

View File

@ -192,6 +192,7 @@
<ClCompile Include="..\src\lib_ccx\ccx_encoders_splitbysentence.c" />
<ClCompile Include="..\src\lib_ccx\ccx_encoders_spupng.c" />
<ClCompile Include="..\src\lib_ccx\ccx_encoders_srt.c" />
<ClCompile Include="..\src\lib_ccx\ccx_encoders_ssa.c" />
<ClCompile Include="..\src\lib_ccx\ccx_encoders_transcript.c" />
<ClCompile Include="..\src\lib_ccx\ccx_encoders_webvtt.c" />
<ClCompile Include="..\src\lib_ccx\ccx_encoders_xds.c" />

View File

@ -758,6 +758,9 @@
<ClCompile Include="..\src\lib_ccx\ccx_encoders_curl.c">
<Filter>Source Files\ccx_encoders</Filter>
</ClCompile>
<ClCompile Include="..\src\lib_ccx\ccx_encoders_ssa.c">
<Filter>Source Files\ccx_encoders</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\src\lib_ccx\ccx_sub_entry_message.proto">

Binary file not shown.

Binary file not shown.