Skip to content

Commit 4b597a2

Browse files
committed
Update README
1 parent 478efdb commit 4b597a2

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Configurable Color Picker for Episerver
1+
# Configurable Color Picker for Optimizely CMS
22

33
![Configurable Color Picker](https://raw.githubusercontent.com/jacobjones/DoubleJay.Epi.ConfigurableColorPicker/master/images/configurable-color-picker.png)
44

55
## Description
6-
This package provides an easy-to-use color picker for Episerver—which allows full configurability of the color palette.
6+
This package provides an easy-to-use color picker for Optimizely CMS allows full configurability of the color palette.
77

88
## Features
99
* Available colors are fully configurable
@@ -13,15 +13,24 @@ This package provides an easy-to-use color picker for Episerver—which allows f
1313

1414
## Getting started
1515
### Installation
16-
* The NuGet package can be installed from the [Episerver NuGet feed](https://nuget.episerver.com/feed/)
17-
* See the installation details here: https://nuget.episerver.com/package/?id=DoubleJay.Epi.ConfigurableColorPicker
16+
* The NuGet package can be installed from the [Optimizely NuGet feed](https://nuget.optimizely.com/feed/)
17+
* See the installation details here: https://nuget.optimizely.com/package/?id=DoubleJay.Epi.ConfigurableColorPicker
1818

1919
### Configuration & Usage
20+
In CMS 12, to register you should call the `AddConfigurableColorPicker` method in your startup class `ConfigureServices` method::
21+
22+
```cs
23+
public void ConfigureServices(IServiceCollection services)
24+
{
25+
services.AddConfigurableColorPicker();
26+
}
27+
```
28+
2029
**Version 2** added the ability to name palettes and use these throughout the website, as such, configuration and usage changed significantly. Breaking changes are listed in the [documentation](https://github.com/jacobjones/DoubleJay.Epi.ConfigurableColorPicker/wiki).
2130

2231
Please consult with the relevant documentation for further details:
2332

24-
* [Version 2](https://github.com/jacobjones/DoubleJay.Epi.ConfigurableColorPicker/wiki/Usage-%28Version-2%29)
33+
* [Version 2+](https://github.com/jacobjones/DoubleJay.Epi.ConfigurableColorPicker/wiki/Usage-%28Version-2%29)
2534
* [Version 1](https://github.com/jacobjones/DoubleJay.Epi.ConfigurableColorPicker/wiki/Usage-%28Version-1%29)
2635

2736
### Further Information

0 commit comments

Comments
 (0)