Skip to content

Commit 1ed3a8e

Browse files
docs(README): add additional links to resources section (#86)
1 parent f23ddcc commit 1ed3a8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,17 @@ In the above test, we're using `package:mocktail` to create a mock `RequestConte
267267

268268
### Additional Resources 📚
269269

270-
For more information, see the [example][example_link] and our [roadmap][roadmap_link].
270+
- [Example][example_link]
271+
- [Roadmap][roadmap_link]
272+
- [Blog post][blog_link]
273+
- [Livestream demo][livestream_link]
271274

272275
_💡 Fun Fact: the [dart2js][dart2js_compiler_link] compiler [used to be called frog][dart2js_frog_pr_link]._
273276

274277
[dart2js_compiler_link]: https://dart.dev/tools/dart2js
275278
[dart2js_frog_pr_link]: https://github.com/dart-lang/sdk/issues/2194
276279
[dart_installation_link]: https://dart.dev/get-dart
280+
[blog_link]: https://verygood.ventures/blog/dart-frog
277281
[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg
278282
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml
279283
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog/coverage_badge.svg
@@ -282,6 +286,7 @@ _💡 Fun Fact: the [dart2js][dart2js_compiler_link] compiler [used to be called
282286
[example_link]: https://github.com/VeryGoodOpenSource/dart_frog/tree/main/example
283287
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
284288
[license_link]: https://opensource.org/licenses/MIT
289+
[livestream_link]: https://youtu.be/N7l0b09c6DA
285290
[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only
286291
[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only
287292
[pub_badge]: https://img.shields.io/pub/v/dart_frog.svg

0 commit comments

Comments
 (0)