From 063945289a8e38ba02d546cadfa672bcbcbd0269 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Sat, 2 Sep 2023 07:57:09 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1811819..13940354 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Julia implementation of [transformer](https://arxiv.org/abs/1706.03762)-based models, with [Flux.jl](https://github.com/FluxML/Flux.jl). -*notice: The current version is almost complete different from the 0.1.x version. If you are using the old version, make sure to update the changes or stick to the old version.* +*notice: The current version is almost completely different from the 0.1.x version. If you are using the old version, make sure to update the changes or stick to the old version.* # Installation