aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3535115..ca4b36a 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,10 @@ database and selecting records as YAML.
$ yaqlite insert --database test.db restaurants <<EOF
name: Western Restaurant Nekoya
- description: >-
- Located in the business district, this restaurant serves a wide variety of
- cuisine for all tastes and appetites.
+ description: |-
+ Located in the business district, this restaurant serves a wide variety of cuisine for all tastes and appetites.
- Enjoy hearty dishes like the beef stew, and conclude with a chocolate parfait
- so light and airy you'll think you're eating a cloud.
+ Enjoy hearty dishes like the beef stew, and conclude with a chocolate parfait so light and airy you'll think you're eating a cloud.
rating: 5
EOF
@@ -32,6 +30,7 @@ database and selecting records as YAML.
name: Western Restaurant Nekoya
description: |
Located in the business district, this restaurant serves a wide variety of cuisine for all tastes and appetites.
+
Enjoy hearty dishes like the beef stew, and conclude with a chocolate parfait so light and airy you'll think you're eating a cloud.
rating: 5