Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Enmap stands for "Enhanced Map", and is a data structure based on the native Jav
{% hint style="danger" %}
Enmap requires filesystem access. It **DOES NOT WORK** on Heroku, or other such systems that do not allow you to save data directly to disk.

It should also not be used on **Repl.it** where the data cannot be hidden (and will be public) or on **Glitch* *which has been known to break Enmap's data persistence and lose data.
It should also not be used on **Repl.it** where the data cannot be hidden (and will be public) or on **Glitch** which has been known to break Enmap's data persistence and lose data.
{% endhint %}

## Why Enmap?
Expand Down
Loading