Skip to content

Commit d890b53

Browse files
committed
fix typo
1 parent a204317 commit d890b53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
*This is a compiler and byte code interpreter for a forth-like language.*
44

5-
![Static Badge](https://img.shields.io/badge/OpenBSD-v0.4.0-green?logo=openbsd&label=OpenBSD&labelColor=gray)
6-
![Static Badge](https://img.shields.io/badge/FreeBSD-v0.4.0-green?logo=freebsd&label=FreeBSD&labelColor=gray)
7-
![Static Badge](https://img.shields.io/badge/Linux-v0.4.0-green?logo=linux&label=Linux&labelColor=gray)
8-
![Static Badge](https://img.shields.io/badge/Windows-not_ready-red?logo=windows&label=WIndows&labelColor=gray)
5+
![Static Badge](https://img.shields.io/badge/OpenBSD-v0.5.0-green?logo=openbsd&label=OpenBSD&labelColor=gray)
6+
![Static Badge](https://img.shields.io/badge/FreeBSD-v0.5.0-green?logo=freebsd&label=FreeBSD&labelColor=gray)
7+
![Static Badge](https://img.shields.io/badge/Linux-v0.5.0-green?logo=linux&label=Linux&labelColor=gray)
8+
![Static Badge](https://img.shields.io/badge/Windows-not_ready-red?logo=windows&label=Windows&labelColor=gray)
99

1010
In general, Forth is, among other things, a programming language whose ideals are freedom and simplicity. Freedom requires knowledge and responsibility, and simplicity is yet more demanding. But "simple" can also mean rudimentary. This Forth attempts to be simple as possible and also fast as possible.
1111

0 commit comments

Comments
 (0)