From 569a7ee3dc2a69115d6dd7b9afa522a1c45bd953 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 4 Apr 2020 09:55:52 +0300 Subject: [PATCH] show slashs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f3145..683239d 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ user │ │ ├── Bob.jpg ``` -BTW, you should use regular slash ( / ) instead of backslash ( \ ) in Windows OS while passing the path to stream function (e.g. DeepFace.stream("C:/User/Sefik/Desktop/database") ) +BTW, you should use regular slash ( "/" ) instead of backslash ( "\" ) in Windows OS while passing the path to stream function (e.g. DeepFace.stream("C:/User/Sefik/Desktop/database") ) # Installation