From a730e87a11008cc0396bd647ea39bf3a253323c3 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:11:46 +0100 Subject: [PATCH] Fix README typo (#13) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abba92c..253cdd2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Concise algorithms written in Julia and formatted with [Carbon](https://carbon.n Algorithms for machine learning, optimization, reinforcement learning, online planning, decision making under uncertainty, and sorting. All implementations are working and self-contained; refer to the [test cases](./test/). -> _Note, these are primarily for academic purposes and are not designed for real-world usage. There are many other Julia packages that implement more sound versons of these algorithms._ +> _Note, these are primarily for academic purposes and are not designed for real-world usage. There are many other Julia packages that implement more sound versions of these algorithms._ ```julia ] add http://github.com/mossr/BeautifulAlgorithms.jl