Skip to content

Commit dab7f64

Browse files
committed
README: Clarified SetCustomMeta
1 parent 4764cf3 commit dab7f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ where `{0}` is the value from `PageTitle` and `{1}` is the value from `SiteName`
4040
### Methods
4141

4242
- `SetCustomMeta(string key, string value, CustomMetaAttributeKey? attribute = null)`: Add any
43-
custom meta-tag. Keys starting with prefixes such as `og:` or `fb:` default to the `property` attribute. Use
43+
custom meta-tag. Keys starting with known prefixes such as `og:` or `fb:` default to the `property` attribute. Use
4444
the `attribute` parameter to explicitly choose `name` or `property`.
4545
- `SetMetaRobots(bool index, bool follow)`: Specify the instructions for robots.
4646
Updates the value for `MetaRobots`.

0 commit comments

Comments
 (0)