Перенос инициализации в класс MM
This commit is contained in:
parent
8c388b1123
commit
0b0cf0574c
5 changed files with 14 additions and 22 deletions
12
README.md
12
README.md
|
|
@ -12,22 +12,12 @@ A minimal D wrapper over [xdiff.d](https://git.zhirov.kz/dlang/xdiff) for comput
|
|||
|
||||
Add to `dub.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"dependencies": {
|
||||
"sdiff": "~>0.1.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Or
|
||||
|
||||
```json
|
||||
{
|
||||
"dependencies": {
|
||||
"sdiff": {
|
||||
"repository": "git+https://git.zhirov.kz/dlang/sdiff.git",
|
||||
"version": "<hash from git>"
|
||||
"version": "~>0.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue