Skip to content

Commit f33d7ab

Browse files
committed
tweaks
1 parent f8e1df7 commit f33d7ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ The examples below explore the type benefits and value provided by the `JsonServ
1919
## Web App
2020

2121
The [Web Example App](https://github.com/ServiceStackApps/typescript-server-events/tree/master/web)
22-
contains less than [>100 lines of application code](https://github.com/ServiceStackApps/typescript-server-events/blob/master/web/src/app.ts)
23-
and uses no external runtime library dependencies other than
22+
built with less than [>100 lines of application code](https://github.com/ServiceStackApps/typescript-server-events/blob/master/web/src/app.ts) uses no external runtime library dependencies other than
2423
[servicestack-client](https://github.com/ServiceStack/servicestack-client) for its functional Web App
25-
that can connect to any ServerEvents-enabled ServiceStack instance (with CORS) to keep a real-time log of all
24+
that can connect to any CORS and ServerEvents-enabled ServiceStack instance and keep a real-time log of all
2625
messages sent to the subscribed channel whilst maintaining a synchronized Live list of Users currently subscribed to the same channel.
2726

2827
The Web App is made up of the 4 files below with all functionality maintained in **app.ts**:

0 commit comments

Comments
 (0)