Skip to content

Commit

Permalink
Fix link to #13 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ser-Gen committed Dec 14, 2015
1 parent 528fc07 commit ca9ba78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dataPacker({
```

You can use functions as values of `dest.path` and `dest.path.map.annotation`. This functions must return strings.
Example (from #13):
Example (from [#13](https://github.com/Ser-Gen/postcss-data-packer/pull/13)):

```js
dataPacker({
Expand Down
2 changes: 1 addition & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dataPacker({
```

Значениями параметров `dest.path` и `dest.path.map.annotation` также могут быть функции, которые должны возвращать строку.
Пример использования (из #13):
Пример использования (из [#13](https://github.com/Ser-Gen/postcss-data-packer/pull/13)):

```js
dataPacker({
Expand Down

0 comments on commit ca9ba78

Please sign in to comment.