We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04039a7 commit 839b3c1Copy full SHA for 839b3c1
1 file changed
README.md
@@ -2,7 +2,7 @@
2
3
A small tool for converting YAML files into JSON.
4
5
-## Installation
+## Installation
6
7
macOS
8
```
@@ -12,7 +12,7 @@ $ brew install yaml2json
12
13
Linux
14
15
-curl -Lo yaml2json https://github.com/wakeful/yaml2json/releases/download/0.1.0/yaml2json-linux-amd64 && chmod +x yaml2json && sudo mv yaml2json /usr/local/bin/
+curl -Lo yaml2json https://github.com/wakeful/yaml2json/releases/download/0.4.0/yaml2json-linux-amd64 && chmod +x yaml2json && sudo mv yaml2json /usr/local/bin/
16
17
18
src
@@ -31,4 +31,3 @@ or specify a file:
31
32
yaml2json path/file.yml
33
34
-
0 commit comments