mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
376 B
Markdown
16 lines
376 B
Markdown
---
|
|
title: IKeymanPackage::ReadmeFile Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::ReadmeFile` property returns an
|
|
[`IKeymanPackageContentFile`](../IKeymanPackageContentFile) reference
|
|
for the install Readme HTML file included within the package, or `null`
|
|
if no Readme file was included.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackageContentFile* ReadmeFile
|
|
```
|