Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Nov 23, 2024
1 parent 773c675 commit 7089f9d
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -161,24 +161,24 @@ The full analog of this application with top-level statements can be found [here
<details>
<summary>Just try!</summary>

Clone a [sample project](https://github.com/DevTeam/Pure.DI.Example):
Install the [projects template](https://www.nuget.org/packages/Pure.DI.Templates)

```shell
git clone https://github.com/DevTeam/Pure.DI.Example.git
dotnet new install Pure.DI.Templates
```

And run it from solution root folder
In some directory, create a console application

```shell
cd ./Pure.DI.Example
dotnet new di
```

And run it

```shell
dotnet run
```

![](docs/icon.png)

</details>


@@ -491,7 +491,7 @@ These properties have an arbitrary name and access modifier _private_ and cannot
<details>
<summary>Methods "Resolve"</summary>

### Resolve
### Methods "Resolve"

By default, a set of four _Resolve_ methods is generated:

2 changes: 1 addition & 1 deletion readme/FooterTemplate.md
Original file line number Diff line number Diff line change
@@ -196,7 +196,7 @@ These properties have an arbitrary name and access modifier _private_ and cannot
<details>
<summary>Methods "Resolve"</summary>

### Resolve
### Methods "Resolve"

By default, a set of four _Resolve_ methods is generated:

12 changes: 6 additions & 6 deletions readme/ReadmeTemplate.md
Original file line number Diff line number Diff line change
@@ -121,23 +121,23 @@ The full analog of this application with top-level statements can be found [here
<details>
<summary>Just try!</summary>

Clone a [sample project](https://github.com/DevTeam/Pure.DI.Example):
Install the [projects template](https://www.nuget.org/packages/Pure.DI.Templates)

```shell
git clone https://github.com/DevTeam/Pure.DI.Example.git
dotnet new install Pure.DI.Templates
```

And run it from solution root folder
In some directory, create a console application

```shell
cd ./Pure.DI.Example
dotnet new di
```

And run it

```shell
dotnet run
```

![](docs/icon.png)

</details>

0 comments on commit 7089f9d

Please sign in to comment.