Skip to content

Commit 9901e41

Browse files
committed
Update README.md
1 parent 425b0c7 commit 9901e41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![crates.io](https://img.shields.io/crates/v/pancakestack.svg)](https://crates.io/crates/pancakestack)
44
[![Documentation](https://docs.rs/pancakestack/badge.svg)](https://docs.rs/pancakestack)
5-
[![MIT](https://img.shields.io/crates/l/pancakestack.svg)](./LICENSE)
5+
[![dependency status](https://deps.rs/repo/github/openbytedev/pancakestack/status.svg)](https://deps.rs/repo/github/openbytedev/pancakestack)
6+
[![MIT](https://img.shields.io/crates/l/pancakestack.svg)](https://github.com/OpenByteDev/pancakestack/blob/master/LICENSE)
67

78
This is a Rust implementation of the [Pancake Stack](https://esolangs.org/wiki/Pancake_Stack) esoteric programming language. This crate includes a parser and an interpreter.
89

@@ -221,4 +222,4 @@ Eat all of the pancakes!
221222
Other examples can be found in the [examples](https://github.com/OpenByteDev/pancakestack/tree/master/examples) directory.
222223

223224
## License
224-
Licensed under MIT license ([LICENSE](./LICENSE) or http://opensource.org/licenses/MIT)
225+
Licensed under MIT license ([LICENSE](https://github.com/OpenByteDev/pancakestack/blob/master/LICENSE) or http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)