[SRD] Modified to indent the read me document

Modified to indent the read me document
parent e3dad5e2
......@@ -17,7 +17,11 @@ git clone https://gitlab.mynisum.com/vrajesh/spring-reactive-demo.git
``
cd spring-reactive-demo
``
``
mvn package
``
``
java -jar target/spring-reactive-demo-1.0-SNAPSHOT.jar
``
......@@ -36,10 +40,20 @@ The application defines following REST APIs
``
1. GET /myTweets - Get All Tweets
``
``
2. POST /createTweet - Create a new Tweet
``
``
3. GET /myTweets/{tweetId} - Retrieve a Tweet by Id
``
``
4. PUT /myTweets/{tweetId} - Update a Tweet
``
``
5. DELETE /myTweets/{tweetId} - Delete a Tweet
``
``
6. GET /stream/tweets - Stream tweets to a browser as Server-Sent Events
``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment