Skip to content

Commit fdc761c

Browse files
committed
updated docs
1 parent 3bd0f8d commit fdc761c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
![Ocelot Logo](/images/ocelot_logo.png)
1+
![Ocelot Logo](/images/ocelot_logo.png)
22

33
[![CircleCI](https://circleci.com/gh/ThreeMammals/Ocelot/tree/main.svg?style=svg)](https://circleci.com/gh/ThreeMammals/Ocelot/tree/main)
44

5-
[![Coverage Status](https://coveralls.io/repos/github/ThreeMammals/Ocelot/badge.svg?branch=main)](https://coveralls.io/github/ThreeMammals/Ocelot?branch=main)
6-
7-
[Slack](https://threemammals.slack.com)
5+
[![Coverage Status](https://coveralls.io/repos/github/ThreeMammals/Ocelot/badge.svg)](https://coveralls.io/github/ThreeMammals/Ocelot)
86

97
# Ocelot
108

docs/building/building.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Building
77

88
* There is a Makefile to make it easier to call the various targers in `build.cake`. The scripts are called with .sh but can be easily changed to ps1 if you are using Windows.
99

10-
* Alternatively you can build the project in VS2022 with the latest .NET 6.0 SDK.
10+
* Alternatively you can build the project in VS2022 with the latest .NET 7.0 SDK.

docs/introduction/gettingstarted.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Getting Started
33

44
Ocelot is designed to work with ASP.NET and is currently on net6.0.
55

6-
.NET 6.0
6+
.NET 7.0
77
^^^^^^^^
88

99
**Install NuGet package**

0 commit comments

Comments
 (0)