Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ The following editors are currently supported:
- Textstring
- Textarea

## Installation

### Install Package

```csharp
dotnet add package jcdcdev.Umbraco.ReadingTime
```

## Quick Start

1. Install the [NuGet package](https://www.nuget.org/packages/jcdcdev.Umbraco.ReadingTime) in your Umbraco CMS website project.
```
dotnet add package jcdcdev.Umbraco.ReadingTime
```
1. Install the NuGet package
2. Add the Reading Time data type to a document type. You can configure:
- `Words per minute` (default is 200)
- `Min Unit` (default is Minute)
Expand Down
13 changes: 9 additions & 4 deletions docs/README_nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ The following editors are currently supported:
- Textstring
- Textarea

## Installation

### Install Package

```csharp
dotnet add package jcdcdev.Umbraco.ReadingTime
```

## Quick Start

1. Install the [NuGet package](https://www.nuget.org/packages/jcdcdev.Umbraco.ReadingTime) in your Umbraco CMS website project.
```
dotnet add package jcdcdev.Umbraco.ReadingTime
```
1. Install the NuGet package
2. Add the Reading Time data type to a document type. You can configure:
- `Words per minute` (default is 200)
- `Min Unit` (default is Minute)
Expand Down