@dunkinfrunkin/mdcat 0.1.1 → 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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  **Terminal pager for Markdown.** Full colour, syntax highlighting, incremental search, mouse support — zero config.
8
8
 
9
9
  ```sh
10
- npx @dunkinfrunkin/mdcat README.md
10
+ npm install -g @dunkinfrunkin/mdcat
11
11
  ```
12
12
 
13
13
  ---
@@ -15,14 +15,14 @@ npx @dunkinfrunkin/mdcat README.md
15
15
  ## Install
16
16
 
17
17
  ```sh
18
- # Zero-install
19
- npx @dunkinfrunkin/mdcat README.md
20
-
21
18
  # Global
22
19
  npm install -g @dunkinfrunkin/mdcat
23
20
 
24
21
  # Homebrew
25
22
  brew install frankchan/tap/mdcat
23
+
24
+ # Zero-install
25
+ npx @dunkinfrunkin/mdcat README.md
26
26
  ```
27
27
 
28
28
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dunkinfrunkin/mdcat",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "View markdown files beautifully in your terminal",
5
5
  "type": "module",
6
6
  "bin": {