diff --git a/TODO b/TODO deleted file mode 100644 index 30fbe8a..0000000 --- a/TODO +++ /dev/null @@ -1,4 +0,0 @@ -tests -remove JSON dependency? - would involve change to API - is this a good idea? what do we want to support moving forward? -make streaming from STDIN to out -display feedback from errors in console diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..2ff8299 --- /dev/null +++ b/TODO.md @@ -0,0 +1,2 @@ +* make streaming +* display feedback from errors in console