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/"; ```