norabelrose commited on
Commit
e921039
1 Parent(s): 6c5130f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -13,7 +13,8 @@ An example interaction:
13
  ```
14
  \x16human
15
  Write a poem about the beauty of mathematics in the style of Emily Dickinson.\x17
16
- \x16assistant\nIn the heart of Numbers, so precise,
 
17
  A Beauty dwells - both cool and nice.
18
  An elegance that sings in sums,
19
  And dances to algebraic drums.
@@ -44,4 +45,5 @@ In
44
  parchment old or computer imbibed,
45
  Is but a whisper from the skies,
46
  A cosmic truth in disguise.\x17
47
- ```
 
 
13
  ```
14
  \x16human
15
  Write a poem about the beauty of mathematics in the style of Emily Dickinson.\x17
16
+ \x16assistant
17
+ In the heart of Numbers, so precise,
18
  A Beauty dwells - both cool and nice.
19
  An elegance that sings in sums,
20
  And dances to algebraic drums.
 
45
  parchment old or computer imbibed,
46
  Is but a whisper from the skies,
47
  A cosmic truth in disguise.\x17
48
+ ```
49
+ In the above, newlines are printed without escaping, while ASCII codes are escaped for readability.