Skip to content

Commit

Permalink
Fix README typo (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone authored Dec 17, 2023
1 parent 3ae35e8 commit a730e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a730e87

Please sign in to comment.