jmansfield89 commited on
Commit
48bdab6
·
1 Parent(s): e24afe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -37,5 +37,6 @@ Path is relative to the root of the repository.
37
  Whether the Space stays on top of your list.
38
 
39
  # HISTORY OF THIS PROJECT
40
- - Tweet replies were extracted using Twitter's API, then saved to a CSV file.
41
- - Due to Twitter's dev policies, I cannot share that file, so I ran sentiment analysis on those tweet replies outside of this app and saved the results to the `df_redacted.csv` file.
 
 
37
  Whether the Space stays on top of your list.
38
 
39
  # HISTORY OF THIS PROJECT
40
+ 1. Tweet replies were extracted using Twitter's API, then saved to a CSV file.
41
+
42
+ 2. Due to Twitter's dev policies, I cannot share that file, so I ran sentiment analysis on those tweet replies outside of this app and saved the results to the `df_redacted.csv` file.