Closed cbetta closed 8 years ago
@anuragkapur can we please add some syntax highlighting to the code samples?
You currently used indentation to make code samples:
InterFAXClient interFAXClient = new InterFAXJerseyClient(); APIResponse apiResponse = interFAXClient.hideFax("667915469");
If you replace this with backticks you can specify a language as well and get syntax highlighted code.
```java InterFAXClient interFAXClient = new InterFAXJerseyClient(); APIResponse apiResponse = interFAXClient.hideFax("667915469");
Like this: ``` java InterFAXClient interFAXClient = new InterFAXJerseyClient(); APIResponse apiResponse = interFAXClient.hideFax("667915469");
@cbetta - done: https://github.com/interfax/interfax-java/blob/master/README.md
Excellent. :+1:
@anuragkapur can we please add some syntax highlighting to the code samples?
You currently used indentation to make code samples:
If you replace this with backticks you can specify a language as well and get syntax highlighted code.