Skip to content

Commit 377c8a2

Browse files
author
Ivan Franchin
committed
Update README file
1 parent 9b0a512 commit 377c8a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= springboot-kafka-websocket
22

3-
The goal of this project is to implement two https://docs.spring.io/spring-boot/index.html[`String Boot`] applications: `bitcoin-api` and `bitcoin-client`. The `bitcoin-api` application simulates `BTC` price changes, while the `bitcoin-client` application listens to these changes and updates a real-time UI. The `bitcoin-client` UI is secured using Basic Authentication.
3+
The goal of this project is to implement two https://docs.spring.io/spring-boot/index.html[`Spring Boot`] applications: `bitcoin-api` and `bitcoin-client`. The `bitcoin-api` application simulates `BTC` price changes, while the `bitcoin-client` application listens to these changes and updates a real-time UI. The `bitcoin-client` UI is secured using Basic Authentication.
44

55
== Proof-of-Concepts & Articles
66

@@ -23,7 +23,7 @@ image::./documentation/project-diagram.jpeg[]
2323

2424
* *bitcoin-client*
2525
+
26-
`Spring Boot` Web Java application that was implemented using `Thymeleaf` as HTML template. It reads from `Kafka` and updates its UI using `Websocket`. It has also a chat where users can talk to each other, by sending messages publicly or privately.
26+
`Spring Boot` Web Java application that was implemented using `Thymeleaf` as HTML template. It reads from `Kafka` and updates its UI using `Websocket`. It has also a chat where users can talk to each other by sending messages publicly or privately.
2727

2828
== Prerequisites
2929

@@ -113,7 +113,7 @@ Inside the `springboot-kafka-websocket` root folder, run the following `Maven` c
113113

114114
* In a terminal, make sure you are inside the `springboot-kafka-websocket` root folder;
115115

116-
* Run following script:
116+
* Run the following script:
117117
+
118118
[source]
119119
----
@@ -134,7 +134,7 @@ Inside the `springboot-kafka-websocket` root folder, run the following `Maven` c
134134
|`user1/123` or `user2/123`
135135
|===
136136

137-
The gif below shows two users checking real-time the `BTC` price changes. Besides, they are using a chat channel to communicate with each other.
137+
The gif below shows two users checking real-time the `BTC` price changes. Additionally, they are using a chat channel to communicate with each other.
138138

139139
image::./documentation/two-users-example.gif[]
140140

0 commit comments

Comments
 (0)