Skip to content

Commit ab21f0e

Browse files
committed
Update readme
1 parent 129455c commit ab21f0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Ruby LSP Rails is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension fo
55
- Displaying an ActiveRecord model's database columns and types when hovering over it
66
- (More to come!)
77

8-
98
## Installation
109

1110
To install, add the following line to your application's Gemfile:
@@ -25,7 +24,7 @@ end
2524

2625
This gem consists of two components that enable enhanced Rails functionality in the editor:
2726

28-
1. A Rails engine that automatically exposes APIs when Rails server is running
27+
1. A Rack middleware that automatically exposes APIs when Rails server is running
2928
1. A Ruby LSP extension that connects to the exposed APIs to fetch runtime information from the Rails server
3029

3130
This is why the Rails server needs to be running for features to work.
@@ -35,7 +34,6 @@ This is why the Rails server needs to be running for features to work.
3534
> There is no need to restart the Ruby LSP every time the Rails server is booted.
3635
> If the server is shut down, the extra features will temporarily disappear and reappear once the server is running again.
3736
38-
3937
## Contributing
4038

4139
Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/ruby-lsp-rails. This project is

0 commit comments

Comments
 (0)