From 5dfb27fb2d83b571465aadd50c006e29ac7f2f7b Mon Sep 17 00:00:00 2001
From: Bozhao <yubz86@gmail.com>
Date: Sat, 27 Apr 2019 14:21:17 -0700
Subject: [PATCH] Update demo readme's use case section with BentoML (#4400)

---
 demo/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/demo/README.md b/demo/README.md
index 08a157456fec..3f93f1fab38d 100644
--- a/demo/README.md
+++ b/demo/README.md
@@ -119,6 +119,7 @@ If you have particular usecase of xgboost that you would like to highlight.
 Send a PR to add a one sentence description:)
 
 - XGBoost is used in [Kaggle Script](https://www.kaggle.com/scripts) to solve data science challenges.
+- Distribute XGBoost as Rest API server from Jupyter notebook with [BentoML](https://github.com/bentoml/bentoml). [Link to notebook](https://github.com/bentoml/BentoML/blob/master/examples/xgboost-predict-titanic-survival/XGBoost-titanic-survival-prediction.ipynb)
 - [Seldon predictive service powered by XGBoost](http://docs.seldon.io/iris-demo.html)
 - XGBoost Distributed is used in [ODPS Cloud Service by Alibaba](https://yq.aliyun.com/articles/6355) (in Chinese)
 - XGBoost is incoporated as part of [Graphlab Create](https://dato.com/products/create/) for scalable machine learning.