diff --git a/tooltips.json b/tooltips.json index 3cd218d..ec2b790 100644 --- a/tooltips.json +++ b/tooltips.json @@ -3,7 +3,6 @@ layout: none search: exclude --- - hello { "entries": [ diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..42a3bec --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +git add . +git status +git commit -m "content update" +git push \ No newline at end of file