Skip to content

Commit

Permalink
Sync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 25, 2024
1 parent 6529dbc commit ec82425
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ library(remotebmi)
library(MyModel)

port = as.integer(Sys.getenv("BMI_PORT", 50051))
server <- RemoteBmiServer(MyModel$ModelBmi, port=port, host="localhost")
server$run()
serve(MyModel::ModelBmi$new(), port=port, host="localhost")
```

### Other languages
Expand Down

0 comments on commit ec82425

Please sign in to comment.