Minor README tweak

This commit is contained in:
Ivan Petkov 2022-01-22 13:36:41 -08:00
parent d50701ba5a
commit 55b3f63d78
No known key found for this signature in database
GPG Key ID: BB6F9EFC065832B6

View File

@ -70,8 +70,10 @@ invalidating the derivation whenever the source files are updated. Then, a
second derivation is built, this time using the real source files, which also
imports the cargo artifacts generated in the first step.
Let's take a look at two examples at how very similar configurations can give us
very different behavior!
This pattern can be used with any arbitrary sequence of commands, regardless of
whether those commands are running additional lints, performing code coverage
analysis, or even generating types from a model schema. Let's take a look at two
examples at how very similar configurations can give us very different behavior!
### Example One