Skip to content

Commit 21f22e8

Browse files
authored
Merge pull request #1 from simonkoeck/main
Changed README & npm ignore
2 parents 89f55c7 + ebbe905 commit 21f22e8

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
2-
lib/
2+
lib/
3+
runners/lxc/i
4+
runners/lxc/lockfile

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
tests/
2-
src/
2+
src/
3+
_config.yml
4+
.github/
5+
runners/lxc/i
6+
runners/lxc/lockfile

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ cee
5757
- **Bash** (Linux)
5858
- **C** (Linux)
5959

60+
More supported languages coming soon.
61+
6062
<a name="security"/>
6163

6264
## Security
@@ -66,7 +68,7 @@ IMPORTANT: There are no security modules available for windows!
6668
```javascript
6769
const cee = require("code-execution-engine");
6870

69-
const executor = cee.LXC("[NAME OF YOUR LXC-CONTAINER]");
71+
const executor = new cee.LXC("[NAME OF YOUR LXC-CONTAINER]");
7072

7173
// Run this line after the installation of the container
7274
executor.init();
@@ -81,7 +83,7 @@ executor
8183
});
8284
```
8385

84-
In order to use useLXC, follow the instructions below to setup LXC.
86+
In order to use LXC, follow the instructions below to setup LXC.
8587

8688
<a name="lxc"/>
8789

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-execution-engine",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Code Execution Engine for NodeJS",
55
"main": "lib/index.js",
66
"types": "lib",

runners/lxc/i

Lines changed: 0 additions & 1 deletion
This file was deleted.

runners/lxc/lockfile

Whitespace-only changes.

0 commit comments

Comments
 (0)