Move example -> examples

This commit is contained in:
William Venner 2021-12-30 18:22:15 +00:00
parent e9ef9e0978
commit 20108136d2
10 changed files with 4 additions and 3 deletions

View File

@ -4,5 +4,6 @@ members = [
"gmod-macros"
]
exclude = [
"example/my-first-binary-module"
"examples/my-first-binary-module",
"examples/printing-to-console"
]

View File

@ -6,6 +6,6 @@
A swiss army knife for creating binary modules for Garry's Mod in Rust.
# Example
# Examples
[Click here](https://github.com/WilliamVenner/gmod-rs/tree/master/example/my-first-binary-module) to see an example.
[Click here](https://github.com/WilliamVenner/gmod-rs/tree/master/examples/) to see examples.