Skip to content

Commit 3512225

Browse files
committed
cspell
1 parent 60a3ab2 commit 3512225

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ words:
8181
- webmocks
8282
- Xuan
8383
- yardoc
84+
- rackup

zero-code-instrumentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Since installing the `zero-code-instrumentation` gem through `gem install`, anyt
8888
RUBYOPT="-r {PUT YOUR GEM PATH}/gems/zero-code-instrumentation-0.1.0/lib/zero-code-instrumentation" bundle exec rails server
8989
```
9090

91-
Instrument Sinatra application with `rackup`:
91+
Instrument Sinatra application with rackup:
9292

9393
If you are using a Gemfile to install the required gems but without `Bundler.require`, set `REQUIRE_BUNDLER` to true. This way, `zero-code-instrumentation` will call `Bundler.require` to initialize the required gems prior to SDK initialization.
9494

0 commit comments

Comments
 (0)