Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Tidying Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Dec 8, 2011
1 parent ee5fb8e commit e26ed81
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
VMCPHP<small> - VMC Library in PHP</small> ##VMCPHP<small> - VMC Library in PHP</small>
-


VMCPHP is built to replicate the VMC Library as closely as possible. VMCPHP is built to replicate the VMC Library as closely as possible.


Example <small>- Printing HTML List of Apps ###Example <small>- Printing HTML List of Apps
-
Here is an example implementation of VMCPHP that connects to a [VCAP](https://github.com/CloudFoundry/vcap) [(CloudFoundry)](http://cloudfoundry.com) Server with credentials and lists all the apps running for that user. Here is an example implementation of VMCPHP that connects to a [VCAP](https://github.com/CloudFoundry/vcap) [(CloudFoundry)](http://cloudfoundry.com) Server with credentials and lists all the apps running for that user.


<?php <?php
Expand All @@ -27,12 +27,10 @@ When using the correct credentials and address for your [VCAP](https://github.co
<li>wordpressexample</li> <li>wordpressexample</li>
<li>thebuggenie</li> <li>thebuggenie</li>
</ul> </ul>
Need More Help? ###Need More Help?
-
At the moment there is no documentation as such for the class. There will be some to follow at some point depending on demand. For now if you need additional help other than browsing through the code then Message me! At the moment there is no documentation as such for the class. There will be some to follow at some point depending on demand. For now if you need additional help other than browsing through the code then Message me!


Wanting To Help? ###Wanting To Help?
-
This Project has been open-sourced primarily for the use of others without having to work someone else has done. If you find a bug, by all means report it but if you can fix it, your doing myself and others a favour. This Project has been open-sourced primarily for the use of others without having to work someone else has done. If you find a bug, by all means report it but if you can fix it, your doing myself and others a favour.


Once you've written the code just submit it as a pull request on the <b>Develop Branch</b> and I'll try to review as soon as I can. Once you've written the code just submit it as a pull request on the <b>Develop Branch</b> and I'll try to review as soon as I can.

0 comments on commit e26ed81

Please sign in to comment.