Skip to content

Commit e9f9d9c

Browse files
authored
Update CONTRIBUTING.md
1 parent f0ead38 commit e9f9d9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When creating a pull-request you should:
4141
```
4242
Windows users will additionally need to manually install goreleaser from https://github.com/goreleaser/goreleaser/releases
4343
44-
4) Create database if you want to use MySQL (Semaphore also supports [bbolt](https://github.com/etcd-io/bbolt), it doesn't require additional action)
44+
4) Create database if you want to use MySQL (Semaphore also supports SQLite, it doesn't require additional action)
4545
4646
```
4747
echo "create database semaphore;" | mysql -uroot -p
@@ -154,4 +154,4 @@ As Dredd and the application database config may differ it expects it's own conf
154154
```bash
155155
cd tests/manual
156156
./run.sh
157-
```
157+
```

0 commit comments

Comments
 (0)