apexify.js 2.3.3 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -255,9 +255,11 @@ module.exports = {
|
|
|
255
255
|
</details>
|
|
256
256
|
|
|
257
257
|
## 📈 Leveling-System 🌠
|
|
258
|
-
|
|
258
|
+
|
|
259
259
|
<details>
|
|
260
260
|
|
|
261
|
+
- Note: ** This system uses mongoDb as database you need to ensure connection is made before using it**. You can make your own connection to mongodb or use mongoConnect funciton which is exported from apexify.js.
|
|
262
|
+
|
|
261
263
|
```js
|
|
262
264
|
const LevelingSystem = require('apexify.js');
|
|
263
265
|
const level_system = new LevelingSystem({
|