Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
update readme and change version to publish npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab1o0107 committed Oct 9, 2020
1 parent 00ca541 commit 466714f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ An Official module for interacting with the API

# with Node Package Manager ( NPM )
```bash
$ npm i secretDevelopment17/secretdev.js --save
$ npm i secretdev.js --save
```

# with Yarn
```bash
$ yarn add secretDevelopment17/secretdev.js
$ yarn add secretdev.js
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secretdev.js",
"version": "1.0.8-dev",
"version": "1.1.0",
"description": "Simple Api Wrapper for Secret Development with Bot List, and writtin language with TypeScript",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 466714f

Please sign in to comment.