From 20a1273a3a49836a53024a463b2ae485d931ec36 Mon Sep 17 00:00:00 2001 From: adite39 <54745477+adite39@users.noreply.github.com> Date: Fri, 2 Oct 2020 14:51:55 +0530 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f053200..9e15fe7 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,23 @@ bosh-website [bosh homepage](http://bosh.cloudfoundry.org) -this site is developed with spring boot. all html and web assets go in the `public` folder. +This site is developed with Spring Boot. All HTML and Web Assets are present in the `public` folder. -prereqs +Prereqs ======= -get the spring boot cli +Get the Spring Boot cli -development instructions +Development Instructions ======================== -- clone this repository -- make changes to the web assets in the `public` folder -- preview them with `spring run app.groovy` and look at localhost:8080 +- Clone this repository +- Make changes to the web assets in the `public` folder +- Preview them with `spring run app.groovy` and look at localhost:8080 -file a bug +File a Bug ========== -Bugs can be filed using Github Issues +Bugs can be filed using Github Issues. -contributing +Contributing ============= -Please read the [contributors' guide](https://github.com/cloudfoundry/cf-release/blob/master/CONTRIBUTING.md) \ No newline at end of file +Please read the [contributors' guide](https://github.com/cloudfoundry/cf-release/blob/master/CONTRIBUTING.md).