Skip to content

Commit 5ac1c59

Browse files
committed
Finish off README
1 parent eaed4d9 commit 5ac1c59

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ Another good thing to do before you ask for help is try testing what you have in
7171

7272
This will return a CSV string that will convert to a list for a random color in the x,y format.
7373

74-
Be sure to convert this to a list when you use it on the other end
75-
because it arrives as a CSV string.
76-
7774
SAMPLE USAGE:
7875

7976
```jinja
@@ -94,9 +91,6 @@ Another good thing to do before you ask for help is try testing what you have in
9491
## `random_hs()`
9592

9693
This will return a CSV string that will convert to a list for a random color in the h,s format.
97-
98-
Be sure to convert this to a list when you use it on the other end
99-
because it arrives as a CSV string.
10094

10195
SAMPLE USAGE:
10296

@@ -119,9 +113,6 @@ Another good thing to do before you ask for help is try testing what you have in
119113

120114
This will return a CSV string that will convert to a list for a random color in the rgb format.
121115

122-
Be sure to convert this to a list when you use it on the other end
123-
because it arrives as a CSV string.
124-
125116
SAMPLE USAGE:
126117

127118
```jinja

0 commit comments

Comments
 (0)