Skip to content

Commit 4accd0f

Browse files
author
Rajeev Kumar Singh
committed
Readme
1 parent 1535944 commit 4accd0f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: .gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ build/
2121
nbbuild/
2222
dist/
2323
nbdist/
24-
.nb-gradle/
24+
.nb-gradle/
25+
# Elastic Beanstalk Files
26+
.elasticbeanstalk/*
27+
!.elasticbeanstalk/*.cfg.yml
28+
!.elasticbeanstalk/*.global.yml

Diff for: Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ You can checkout the live version of the application at https://spring-ws-chat.h
1010

1111
## Steps to Setup
1212

13-
1. Clone the application
13+
1. **Clone the application**
1414

1515
```bash
1616
git clone https://github.com/callicoder/spring-boot-websocket-chat-demo.git
1717
```
1818

19-
2. Build and run the app using maven
19+
2. **Build and run the app using maven**
2020

2121
```bash
2222
cd spring-boot-websocket-chat-demo

0 commit comments

Comments
 (0)