Skip to content

Commit 3bebf08

Browse files
authored
Merge pull request #9 from ErenKrt/beta
Fix
2 parents 3577c1c + dcc442e commit 3bebf08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With [npm](https://npmjs.org/) installed, run
4646
```
4747
Import
4848
```js
49-
import steamCMD = require('steamcmd.js');
49+
import steamCMD from 'steamcmd.js';
5050
```
5151

5252
## Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"email": "kurteren07@gmail.com",
66
"url": "https://erencan.dev"
77
},
8-
"version": "2.0.2",
8+
"version": "2.0.3",
99
"type": "module",
1010
"main": "./dist/index.js",
1111
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)