ilsilfverskiold commited on
Commit
8b36f2d
1 Parent(s): 008b53c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ Use to extract keywords from texts.
27
 
28
  Example text: "If a task raises an exception, or a worker process dies, Celery will by default lose the job. So if you happen to reboot or redeploy, any running jobs with be lost to the sands of time."
29
 
30
- Output: "Celery, Exception Handling, Worker Process, Redundant"
31
 
32
  Example text: "Spin 2.0 – open-source tool for building and running WebAssembly applications -"
33
 
 
27
 
28
  Example text: "If a task raises an exception, or a worker process dies, Celery will by default lose the job. So if you happen to reboot or redeploy, any running jobs with be lost to the sands of time."
29
 
30
+ Output: "Celery, Exception Handling, Worker Process"
31
 
32
  Example text: "Spin 2.0 – open-source tool for building and running WebAssembly applications -"
33