@aravindc26/velu 0.1.0 → 0.1.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ A modern documentation site generator. Write Markdown, configure with JSON, ship
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install -g github:YOUR_USERNAME/velu
8
+ npm install -g @aravindc26/velu
9
9
  ```
10
10
 
11
11
  ## Quick Start
@@ -25,7 +25,7 @@ my-docs/
25
25
 
26
26
  ```json
27
27
  {
28
- "$schema": "https://raw.githubusercontent.com/YOUR_USERNAME/velu/main/schema/velu.schema.json",
28
+ "$schema": "https://raw.githubusercontent.com/aravindc26/velu/main/schema/velu.schema.json",
29
29
  "navigation": {
30
30
  "tabs": [
31
31
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aravindc26/velu",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A modern documentation site generator powered by Markdown and JSON configuration",
5
5
  "type": "module",
6
6
  "license": "MIT",