Skip to content

Commit 60a9db4

Browse files
committed
Fix typos
1 parent 5596b96 commit 60a9db4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ yarn add elfinder-node
2525

2626
## Usage
2727

28-
This package should be implemented as a middleware for Express server. You can see an example of how this package is used [here](/tests/app.js).
28+
This package should be implemented as a middleware for Express server. You can see an example of how this package is used [here](/tests).
2929

3030
Below is a summary of how it is used:
3131

@@ -74,7 +74,7 @@ permissions: function (path) {
7474

7575
## Contributing
7676

77-
There is more work to be done to take this project great. View the [ROADMAP](/ROADMAP.md) for a list of tasks to be done
77+
There is more work to be done to make this project great. View the [ROADMAP](/ROADMAP.md) for a list of tasks to be done
7878

7979
## Credits
8080

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elfinder-node",
3-
"version": "1.0.0",
4-
"description": "Elfinder adapter for NodeJS",
3+
"version": "1.0.1",
4+
"description": "A NodeJS connector/backend for elFinder file manager",
55
"main": "src/elfinder.js",
66
"author": "[email protected]",
77
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"url": "git+https://github.com/dekyfin/elfinder-node.git"
3838
},
3939
"keywords": [
40-
"filemanager",
40+
"file manager",
4141
"elFinder",
4242
"nodejs",
4343
"connector"

0 commit comments

Comments
 (0)