aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-08-02 08:03:33 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-08-10 08:49:23 +0200
commite27371519c9674e9891f8dbdf4413b98ab567026 (patch)
tree22f474faee86c007b52a74991e48cf31ef15d31b /README.md
parent10ce504e5defe8411f089c796dea370e9e14d014 (diff)
downloadfengari-e27371519c9674e9891f8dbdf4413b98ab567026.tar.gz
fengari-e27371519c9674e9891f8dbdf4413b98ab567026.tar.bz2
fengari-e27371519c9674e9891f8dbdf4413b98ab567026.zip
LoadF is the same in the browser and in node
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ce66c7..78ed892 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga
### `require` and `package.loadlib`
-In the browser `require` and `package.loadlib` try to find a file by making XHR requests.
+In the browser `require` and `package.loadlib` try to find a file by making synchronous XHR requests.
### _Missing_ features