mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Correct typo in Readme
This commit is contained in:
parent
a6e1abbe00
commit
7d547888c9
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ It is possible to set V8 Runtime flags:
|
|||
MiniRacer::Platform.set_flags! :noconcurrent_recompilation, max_inlining_levels: 10
|
||||
```
|
||||
|
||||
This can come in handy if you want to use MiniRacer with Unicorn, which doesn't seem to alwatys appreciate V8's liberal use of threading:
|
||||
This can come in handy if you want to use MiniRacer with Unicorn, which doesn't seem to always appreciate V8's liberal use of threading:
|
||||
```ruby
|
||||
MiniRacer::Platform.set_flags! :noconcurrent_recompilation, :noconcurrent_sweeping
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue