From 27a1347863d7d315d5761a62a22d16c53f62f788 Mon Sep 17 00:00:00 2001 From: Agrima Saraf Date: Sat, 2 Feb 2019 17:52:54 -0500 Subject: [PATCH] dummy commit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a97373a..ea17dbc 100755 --- a/README.md +++ b/README.md @@ -33,4 +33,6 @@ To try it you can: `curl --data '{"a":4, "b":5}' http://localhost:8000/calculati # How to Docker build: `docker build .` Run the app: `Rscript R/app.R` -Run the test: From R console, you can run `testthat::test_dir("tests/testthat")`, assuming your working directory in the root folder of the project. +Run the test: From R console, you can run `testthat::test_dir("tests/testthat")`, assuming your working directory in the root folder of the projects. + +