hasancode-api-docs 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ A simple and practical API documentation generator for Express.js.
23
23
  ## Installation
24
24
 
25
25
  ```bash
26
- npm install api-docs
26
+ npm install hasancode-api-docs
27
27
  ```
28
28
 
29
29
  If you use TypeScript decorators, enable these in your `tsconfig.json`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hasancode-api-docs",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A simple and easy to use API documentation generator for Express.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",