Skip to content

Commit

Permalink
Fix errors in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Aug 5, 2017
1 parent 6b5c804 commit 2a556a1
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 @@ -4,7 +4,7 @@
# DDSWriter

DDSWriter is a command-line utility and java library to write DDS.
It can be extended to support other formats (including compressed formats) with the use of delegate and CLI modules.
It can be extended to support other formats (including compressed formats) with the use of delegates and CLI modules.

A delegate is a class to which is delegated the task to write the header and the body of the DDS, a CLI module is an extension for the CLI interface.

Expand Down Expand Up @@ -33,7 +33,7 @@ repositories {
}
dependencies {
compile 'com.github.riccardobl.DDSWriter:dds_writer:$version
compile "com.github.riccardobl.DDSWriter:dds_writer:$version"
}
````
Expand Down

0 comments on commit 2a556a1

Please sign in to comment.