Skip to content

Commit 59ed013

Browse files
committed
docs: update readme
1 parent c8a30b2 commit 59ed013

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
1-
# README
1+
# Appointments Example
22

3-
This README would normally document whatever steps are necessary to get the
4-
application up and running.
3+
This app demonstrates some ways to deal with user specific content that appears within global pages in a Rails application. Real time content updates are handled by turbo-rails.
54

6-
Things you may want to cover:
5+
* The `main` branch uses `broadcast_replace_to` with lazy loaded turbo frames
6+
* The `turbo-morph` branch uses `broadcast_refresh_to` with `morph`
77

8-
* Ruby version
8+
## About
99

10-
* System dependencies
11-
12-
* Configuration
13-
14-
* Database creation
15-
16-
* Database initialization
17-
18-
* How to run the test suite
19-
20-
* Services (job queues, cache servers, search engines, etc.)
21-
22-
* Deployment instructions
23-
24-
* ...
10+
[![Hashrocket logo](https://hashrocket.com/hashrocket_logo.svg)](https://hashrocket.com)

0 commit comments

Comments
 (0)