From 1fe5d7c789ea6833058b25e9dddcec5593d02c97 Mon Sep 17 00:00:00 2001 From: Nicklas Sindlev Andersen Date: Sun, 17 Sep 2023 14:21:33 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b5fd7..d4a14b5 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ The library supports both targets: Erlang and JavaScript. ## Quickstart ```gleam -import gleam_community/maths/elementary import gleam_community/maths/arithmetics +import gleam_community/maths/combinatorics +import gleam_community/maths/elementary import gleam_community/maths/piecewise import gleam_community/maths/tests import gleam/float