From f2058a4a027f56e3ee1ad49b596b603e02f02d0b Mon Sep 17 00:00:00 2001 From: Matthew Elder Date: Wed, 2 Jun 2021 14:59:31 -0600 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9f5c0ad..5c0f8d6 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,7 @@ 2. Minimal Dependencies 3. Fast -## FAQ - -#### Is it fast? - Yes. - - Unscientific proof: - - its-fast - -Example workflow: +## Example workflow: ```yaml jobs: @@ -27,3 +18,15 @@ jobs: NODE_VERSION: 16.1.0 NODE_DISTRO: linux-x64 # optional ``` + +## FAQ + +### Is it fast? + Yes. + + Here is non-scientific proof: + + its-fast + +### Can I contribute? + Yes! Submit a PR with your improvement; there are no issues on this repository.