Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jun 3, 2019
1 parent d61f4f3 commit 5088574
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions documentation/contributing.md
Expand Up @@ -3,7 +3,7 @@
Contributions are welcome! Please open an Issues or Pull Request for any changes.

In addition to core contributions, developers are encouraged to build their own custom transformers which
can be run together with other custom transformers using the [composeAndExeucte](../../staging/documentation/composeAndExecute.md) command.
can be run together with other custom transformers using the [composeAndExecute](../../staging/documentation/custom-transformers.md) command.

## Pull Requests
- `go fmt` is run as part of `make test` and `make integrationtest`, please make sure to check in the format changes.
Expand All @@ -23,12 +23,12 @@ conform to the
converts timestamped migrations to migrations versioned by an incremented integer.

## Diagrams
- Diagrams were created with [draw.io](draw.io).
- Diagrams were created with [draw.io](https://www.draw.io).
- To update a diagram:
1. Go to [draw.io](draw.io).
1. Go to [draw.io](https://www.draw.io).
1. Click on *File > Open from* and choose the location of the diagram you want to update.
1. Once open in draw.io, you may update it.
1. Export the diagram to this repository's directory and add commit it.
1. Export the diagram to this repository's directory and commit it.


## Generating the Changelog
Expand Down
4 changes: 2 additions & 2 deletions documentation/custom-transformers.md
Expand Up @@ -2,9 +2,9 @@
When the capabilities of the generic `contractWatcher` are not sufficient, custom transformers tailored to a specific
purpose can be leveraged.

Individual custom transformers can be composed together from any number of external repositories and executed as a
Individual custom transformers can be composed together from any number of external repositories and executed as a
single process using the `compose` and `execute` commands or the `composeAndExecute` command. This is accomplished by
generating a Go plugin which allows the `vulcanizedb` binary to link to the external transformers, so long as they
generating a Go plugin which allows the `vulcanizedb` binary to link to the external transformers, so long as they
abide by one of the standard [interfaces](../staging/libraries/shared/transformer).

## Writing custom transformers
Expand Down

0 comments on commit 5088574

Please sign in to comment.