From 1eb34392252a9134528ffcaefaf5333eae3bc72d Mon Sep 17 00:00:00 2001 From: ni-richard Date: Thu, 12 Sep 2019 10:45:04 +0200 Subject: [PATCH] Updated ide.read (markdown) --- ide.read.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide.read.md b/ide.read.md index 1b26cb5..637cf22 100644 --- a/ide.read.md +++ b/ide.read.md @@ -38,7 +38,7 @@ | Parameter | Type | Required | Description | | ------------ |:--------:|:------------------:| --------------------------- | -| *filename* | `string` | :heavy_check_mark: | Basename or full path of a file. | +| *filename* | `string` | :heavy_check_mark: | Full path or basename of a file. | | *content* | `string` | :heavy_check_mark: | Content stored in the file. | | *files* | `array` | :heavy_check_mark: | List of every readable file according to the current patterns. |