Skip to content

Commit

Permalink
Updated the documentation to use the ChilliCream.Nitro.Fusion packa…
Browse files Browse the repository at this point in the history
…ge (#7862)
  • Loading branch information
glen-84 authored Dec 23, 2024
1 parent 69496f4 commit f4a062c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/src/docs/fusion/v14/devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ By integrating Nitro with Fusion, you can streamline the management and deployme

## 1. Install the Nitro Package

To integrate your Fusion gateway with Nitro, install the `ChilliCream.Nitro` package:
To integrate your Fusion gateway with Nitro, install the `ChilliCream.Nitro.Fusion` package:

```bash
dotnet add package ChilliCream.Nitro
dotnet add package ChilliCream.Nitro.Fusion
```

## 2. Configure the Gateway Services
Expand Down
4 changes: 2 additions & 2 deletions website/src/docs/nitro/apis/fusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ With Nitro you can automate this process. You can configure your gateway to auto

## Configure your gateway

To configure your Fusion gateway to pull the configuration from Nitro, you need to install the `ChilliCream.Nitro` package. You can do this by running the following command in your project's root directory:
To configure your Fusion gateway to pull the configuration from Nitro, you need to install the `ChilliCream.Nitro.Fusion` package. You can do this by running the following command in your project's root directory:

```bash
dotnet add package ChilliCream.Nitro
dotnet add package ChilliCream.Nitro.Fusion
```

After installing the package, you need to configure the services in your startup class. Below is a sample implementation in C#:
Expand Down

0 comments on commit f4a062c

Please sign in to comment.