Move example -> examples
This commit is contained in:
parent
e9ef9e0978
commit
20108136d2
|
@ -4,5 +4,6 @@ members = [
|
|||
"gmod-macros"
|
||||
]
|
||||
exclude = [
|
||||
"example/my-first-binary-module"
|
||||
"examples/my-first-binary-module",
|
||||
"examples/printing-to-console"
|
||||
]
|
|
@ -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.
|
Loading…
Reference in New Issue