Skip to content

Commit

Permalink
Fix markdown quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Sep 28, 2015
1 parent 8ea8a4c commit 046202d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ refactored most of the code to be tested and more useful in non-command line sit
## Usage
The default usecase would be to compile the library;

```./gradlew jar
```
```./gradlew jar```

Then run the library;

```java -jar build/libs/axmlprinter-0.1.0.jar <target>
```
```java -jar build/libs/axmlprinter-0.1.0.jar <target>```

## Contributing
Contributions welcome! Please follow the simple steps;

1. Fork repository
2. Make changes
3. Ensure tests pass (or hopefully adding tests!)
Expand Down Expand Up @@ -46,4 +45,4 @@ If this is too much work, feel free to make an issue and upload a patch set for
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit 046202d

Please sign in to comment.