readme typo

This commit is contained in:
Keyan 2024-03-15 15:29:31 -05:00 committed by GitHub
parent 9ebe413a57
commit f436290460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ The site is written in javascript (not typescript 😱) using [Next.js](https://
Currently, SN runs and maintains two significant services and one microservice:
1. the nextjs web app, found in `./`
2. the worker service, found in `./worker`, which runs period jobs and jobs sent to it by the web app
2. the worker service, found in `./worker`, which runs periodic jobs and jobs sent to it by the web app
3. a screenshot microservice, found in `./capture`, which takes screenshots of SN for social previews
In addition, we run other critical services the above services interact with like `lnd`, `postgres`, `opensearch`, `tor`, and `s3`.