Skip to content

Commit c727a15

Browse files
authored
Update README.md
1 parent 6d4536c commit c727a15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here is how to set it up:
5656
end
5757
```
5858
2. Observe your application. You can do this in one of two ways:
59-
- Add an `app` method to your tests, which wraps your application with silent request / response validation. (✷1)
59+
- Add an `app` method to your tests, which wraps your application with silent request / response validation. (✷1)
6060
```ruby
6161
RSpec.configure do |config|
6262
config.include OpenapiFirst::Test::Methods[MyApp], type: :request
@@ -69,9 +69,9 @@ Here is how to set it up:
6969
OpenapiFirst::Test.app(MyApp)
7070
end
7171
```
72-
- Inject a Module to wrap (prepend) the `call` method of your Rack app Class.
73-
> [!IMPORTANT]
74-
> This is still work in progress. It works with basic Sinatra apps, but does not work with Hanami or Rails out of the box, yet. PRs welcome 🤗
72+
- Or inject a Module to wrap (prepend) the `call` method of your Rack app Class.
73+
74+
NOTE: This is still work in progress. It works with basic Sinatra apps, but does not work with Hanami or Rails out of the box, yet. PRs welcome 🤗
7575

7676
```ruby
7777
OpenapiFirst::Test.observe(MyApplication)

0 commit comments

Comments
 (0)