1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

docs(readme): fixed typos

This commit is contained in:
Yury Shkoda
2022-04-19 16:59:13 +03:00
parent 34e54934fd
commit d532d74879

View File

@@ -59,12 +59,12 @@ It will build following images if running first time:
### Using node:
#### Development (running api and web seperately):
#### Development (running api and web separately):
##### API
Navigate to `./api`
There is `.env.example` file present at `./api` directory. Remember to provide enviornment variables else default values will be used mentioned in `.env.example` files
There is `.env.example` file present at `./api` directory. Remember to provide environment variables else default values will be used mentioned in `.env.example` files
Command to install and run api server.
```