From c6df88cf3db74ff0c4583f3b4990dabd48d81116 Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Sat, 29 Jun 2019 20:40:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eca05f7..a7b9c0a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For example you place graphonline sources into http://localhost/graph/ directory ``` RewriteRule ^(.*)$ /graph/index.php?q=$1 [L,QSA] ``` -2. Write your directory name to script\main.j variable SiteDirs: +2. Write your directory name to script\main.js variable SiteDirs: ``` var SiteDir = "graph/"; ```