From ca89a1f7b5a0226530e78b2362165b0632864c6f Mon Sep 17 00:00:00 2001 From: Thales Grilo <37638655+ghalestrilo@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:04:56 -0300 Subject: [PATCH] Add a dot to the end of stream data entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d03038..0dc3d29a 100644 --- a/README.md +++ b/README.md @@ -1530,7 +1530,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis * [proper](https://github.com/manopapad/proper) - PropEr (PROPerty-based testing tool for ERlang) is a QuickCheck-inspired open-source property-based testing tool for Erlang. * [setup_tag](https://github.com/vic/setup_tag) - Easily mix and match functions marked with tags to setup your test context. * [shouldi](https://github.com/batate/shouldi) - Elixir testing libraries with nested contexts, superior readability, and ease of use. -* [stream_data](https://github.com/whatyouhide/stream_data) - A pure-Elixir data generation and property-based testing library +* [stream_data](https://github.com/whatyouhide/stream_data) - A pure-Elixir data generation and property-based testing library. * [test_selector](https://github.com/DefactoSoftware/test_selector) - A set of test helpers that make sure you always select the right elements in your Phoenix app. * [test_that_json](https://github.com/facto/test_that_json) - JSON assertions and helpers for your Elixir testing needs. * [toxiproxy_ex](https://github.com/Jcambass/toxiproxy_ex) - API client for the resilience testing tool Toxiproxy.