Skip to content

Commit 20fa25f

Browse files
committed
update notice to install yajl not json_reformat
1 parent 191f739 commit 20fa25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonlite.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jsonlite_info() {
3333
elif command -v jq > /dev/null 2>&1; then
3434
echo " json formatter: jq (fast)"
3535
else
36-
echo " [notice] install jq or json_reformat for improved write performance"
36+
echo " [notice] install yajl or jq for improved write performance"
3737
echo
3838
echo " json formatter: python -m json.tool (slowest)"
3939
fi

0 commit comments

Comments
 (0)