1
Fork 0
mirror of https://github.com/RGBCube/bonfire.v synced 2025-07-28 22:47:45 +00:00

Add repo_url to v.mod & Use markdown for license

This commit is contained in:
RGBCube 2022-12-08 18:46:56 +03:00
parent 2ff93821b7
commit abbdece86f
3 changed files with 32 additions and 1 deletions

1
v.mod
View file

@ -3,5 +3,6 @@ Module {
description: 'A Discord API wrapper for the V programming language.'
version: '0.0.1'
license: 'MIT'
repo_url: 'https://github.com/RGBCube/bonfire.v'
dependencies: []
}