From e8147d8e5fb1609001e9e749296dc44d7f3675d4 Mon Sep 17 00:00:00 2001 From: dzhao Date: Tue, 4 Apr 2023 09:32:40 -0700 Subject: [PATCH] Update README.md --- navi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navi/README.md b/navi/README.md index d13929292..9a4326d96 100644 --- a/navi/README.md +++ b/navi/README.md @@ -23,7 +23,7 @@ While Navi's features may not be as comprehensive as its open-source counterpart - `thrift_bpr_adapter`: generated thrift code for BatchPredictionRequest ## Content -We have included all *.rs source code files that make up the main Navi binaries for you to examine. However, we have not included the test and benchmark code, as well as various configuration files, due to data security concerns. +We have included all *.rs source code files that make up the main Navi binaries for you to examine. However, we have not included the test and benchmark code, or various configuration files, due to data security concerns. ## Run In navi/navi, you can run the following commands: @@ -33,4 +33,4 @@ In navi/navi, you can run the following commands: Do note that you need to create a models directory and create some versions, preferably using epoch time, e.g., `1679693908377`. ## Build -You can adapt the above scripts to build using Cargo. \ No newline at end of file +You can adapt the above scripts to build using Cargo.