Skip to content

Commit

Permalink
Fix link revert removing tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mielek committed Mar 27, 2024
1 parent f7ae210 commit 24a1087
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
* Clone repository to your local machine.
* Build the nuget packages by running `dotnet build` and then `dotnet pack` in the root folder of the repository.

:exclamation: Currently the libraries and compiler is not available on nuget. To be able to skip the project setup we recommend to use `example` folder with example project from repository. The steps for that you can find (here)[#setup-example-project].
| :exclamation: Currently the libraries and compiler is not available on nuget. To be able to skip the project setup we recommend to use `example` folder with example project from repository. The steps for that you can find [here](#setup-example-project). |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

### Setting up the policy project

Expand Down Expand Up @@ -43,7 +44,8 @@ public class ApiOperationPolicy : ICodeDocument

The `ICodeContext` interface contains methods `Inbound`, `Outbound`, `Backend` and `OnError` which are used to define policy sections.

:exclamation: Currently only `Inbound` and `Outbound` methods are supported.
| :exclamation: Currently only `Inbound` and `Outbound` methods are supported. |
|------------------------------------------------------------------------------|

Lets implement `Inbound` method which will set header `X-Hello` with value `World`.

Expand Down

0 comments on commit 24a1087

Please sign in to comment.