Skip to content

Commit

Permalink
docs: Fix docs for path property in get.info (#166)
Browse files Browse the repository at this point in the history
* Fix docs for `path` property in get.info

Fixes #165. I don't speak Spanish but I made an attempt at updating
README.es.md too, based on the "joined with `cachePath`" comments I saw
in the `ls` docs; hopefully what I've got here makes sense :)

* Update README.es.md
  • Loading branch information
hdgarrood authored and zkat committed Jun 16, 2019
1 parent 55979aa commit 90f40f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.es.md
Expand Up @@ -287,7 +287,7 @@ entrada si existe.

* `key` - Clave de la entrada. Igual al argumento `clave`.
* `integrity` - [hacheo de Subresource Integrity](#integrity) del contenido al que se refiere esta entrada.
* `path` - Dirección del fichero de datos almacenados, relativa al argumento `cache`.
* `path` - Dirección del fichero de datos almacenados, unida al argumento `cache`.
* `time` - Hora de creación de la entrada
* `metadata` - Metadatos asignados a esta entrada por el usuario

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -290,7 +290,7 @@ one exists.

* `key` - Key the entry was looked up under. Matches the `key` argument.
* `integrity` - [Subresource Integrity hash](#integrity) for the content this entry refers to.
* `path` - Filesystem path relative to `cache` argument where content is stored.
* `path` - Filesystem path where content is stored, joined with `cache` argument.
* `time` - Timestamp the entry was first added on.
* `metadata` - User-assigned metadata associated with the entry/content.

Expand Down

0 comments on commit 90f40f0

Please sign in to comment.