Merge branch 'fix-spelling-mistakes' into 'master'
fix spelling mistakes in README See merge request dungeonslayers/ds4!69
This commit is contained in:
commit
6e10d4b093
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
@ -3,9 +3,8 @@
|
||||||
An implementation of the Dungeonslayers 4 game system for [Foundry Virtual
|
An implementation of the Dungeonslayers 4 game system for [Foundry Virtual
|
||||||
Tabletop](http://foundryvtt.com).
|
Tabletop](http://foundryvtt.com).
|
||||||
|
|
||||||
This system provides character sheet support for Actors and Items and mechanical
|
This system provides sheet support for Actors and Items and mechanical support
|
||||||
support for dice and rules necessary to
|
for dice and rules necessary to play games of Dungeonslayers 4.
|
||||||
play games of Dungeponslayers 4.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -17,7 +16,7 @@ https://git.f3l.de/dungeonslayers/ds4/-/raw/latest/src/system.json?inline=false
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Prerequisits
|
### Prerequisites
|
||||||
|
|
||||||
In order to build this system, recent versions of `node` and `npm` are required.
|
In order to build this system, recent versions of `node` and `npm` are required.
|
||||||
We recommend using the latest lts version of `node`, which is `v14.15.4` at the
|
We recommend using the latest lts version of `node`, which is `v14.15.4` at the
|
||||||
|
@ -83,16 +82,18 @@ npm test
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Code and content contributions are accepted. Please feel free to submit issues
|
Code and content contributions are accepted. Please feel free to submit issues
|
||||||
to the issue tracker or submit merge requests for code changes. To create an issue send a mail to [git+dungeonslayers-ds4-155-issue-@git.f3l.de](mailto:git+dungeonslayers-ds4-155-issue-@git.f3l.de).
|
to the issue tracker or submit merge requests for code changes. To create an
|
||||||
|
issue, send a mail to [git+dungeonslayers-ds4-155-issue-@git.f3l.de](mailto:git+dungeonslayers-ds4-155-issue-@git.f3l.de).
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
[Dungeonslayers](http://dungeonslayers.de/) (© Christian Kennig) is licensed under [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en).
|
[Dungeonslayers](http://dungeonslayers.de/) (© Christian Kennig) is licensed
|
||||||
|
under [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en).
|
||||||
|
|
||||||
The icons in [src/assets/icons/official](src/assets/icons/official) are slightly modifed
|
The icons in [src/assets/icons/official](src/assets/icons/official) are slightly
|
||||||
versions of original Dungeonslayers icons, which have also been published under
|
modified versions of original Dungeonslayers icons, which have also been
|
||||||
CC BY-NC-SA 3.0. Hence the modified icons are also published under this
|
published under CC BY-NC-SA 3.0. Hence the modified icons are also published
|
||||||
license. A copy of this license can be found under
|
under this license. A copy of this license can be found under
|
||||||
[src/assets/icons/official/LICENSE](src/assets/icons/official/LICENSE).
|
[src/assets/icons/official/LICENSE](src/assets/icons/official/LICENSE).
|
||||||
|
|
||||||
Similarly, the compendium packs found in [src/packs](src/packs) are based on
|
Similarly, the compendium packs found in [src/packs](src/packs) are based on
|
||||||
|
|
Loading…
Reference in a new issue