increase heading sizes
parent
f45cc2cd1c
commit
37f2aeea23
|
@ -1,12 +1,12 @@
|
|||
# lol-pairing-stat-fetcher
|
||||
|
||||
### setup
|
||||
## setup
|
||||
|
||||
```sh
|
||||
npm ci
|
||||
```
|
||||
|
||||
### running code
|
||||
## running code
|
||||
|
||||
#### with docker-compose
|
||||
|
||||
|
@ -14,7 +14,7 @@ npm ci
|
|||
docker-compose up
|
||||
```
|
||||
|
||||
#### on its own
|
||||
### on its own
|
||||
|
||||
Note: you will need to provide your own redis, or disable redis caching by switching from `"ioredis"` to `"local"`
|
||||
|
||||
|
@ -22,7 +22,7 @@ Note: you will need to provide your own redis, or disable redis caching by switc
|
|||
npm start
|
||||
```
|
||||
|
||||
##### with cache debugging
|
||||
#### with cache debugging
|
||||
|
||||
```sh
|
||||
npm run debug-cache
|
||||
|
|
Loading…
Reference in New Issue