Skip to content

Commit

Permalink
chore: some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Aug 27, 2024
1 parent da2c6ef commit 5ecac05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p align="center">
<br/>
A <b>Command Line Utility / Command Line Interface</b> is used for interacting with <a href="https://zerops.io/" target="_blank">Zerops</a> platform.
A <b>Command Line Utility / Command Line Interface</b> used for interacting with <a href="https://zerops.io/" target="_blank">Zerops</a> platform.
<br/>
</p>

Expand Down
2 changes: 1 addition & 1 deletion tools/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p align="center">
<br/>
A <b>Command Line Utility / Command Line Interface</b> is used for interacting with <a href="https://zerops.io/" target="_blank">Zerops</a> platform.
A <b>Command Line Utility / Command Line Interface</b> used for interacting with <a href="https://zerops.io/" target="_blank">Zerops</a> platform.
<br/>
</p>

Expand Down
4 changes: 3 additions & 1 deletion tools/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@zerops/zcli",
"version": "v0.0.0-zerops",
"description": "The command-line interface used for interacting with Zerops Platform.",
"main": "./utils/binary.js",
"license": "MIT",
"private": false,
Expand All @@ -18,7 +19,8 @@
},
"files": [
"/utils",
"package.json"
"package.json",
"README.md"
],
"scripts": {
"postinstall": "node ./utils/install.js",
Expand Down

0 comments on commit 5ecac05

Please sign in to comment.