Skip to content

Commit

Permalink
Fixed typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaGaneva committed Mar 17, 2016
1 parent 1d30ab8 commit f9fb511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AuthorWidget/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Installing the widget is an alternative to building it yourself. Instead of buil
1. Clone
the [feather-samples](https://github.com/Sitefinity/feather-samples) repository

2. Check if version of Feather nugets refernced in **AuthorWidget** project is the same as the version that you have in your project. It they are different make sure to upgrade the **AuthorWidget** project to your version.
2. Check if version of Feather nugets referenced in **AuthorWidget** project is the same as the version that you have in your project. It they are different make sure to upgrade the **AuthorWidget** project to your version.

3. Build the AuthorWidget project

Expand Down
2 changes: 1 addition & 1 deletion SimpleContentBlock/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ as a start.
To run this sample:

1. Clone the [feather-samples](https://github.com/Sitefinity/feather-samples) repository.
2. Check if version of Feather nugets refernced in it is the same as the version that you have in your project. It they are different make sure to upgrade the **SimpleContentBlock** project to your version.
2. Check if version of Feather nugets referenced in it is the same as the version that you have in your project. It they are different make sure to upgrade the **SimpleContentBlock** project to your version.
3. Build the **SimpleContentBlock** project.
4. Reference the **SimpleContentBlock.dll** from your Sitefinity’s web application.
2 changes: 1 addition & 1 deletion SingleDynamicContent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following tutorial demonstrates how to create custom MVC widget for displayi

1. Clone the feather-samples repository.
2. Open the SingleDynamicContent project in Visual Studio.
3. Check if version of Feather nugets refernced in SingleDynamicContent project is the same as the version that you have in your project. It they are different make sure to upgrade the SingleDynamicContent project to your version.
3. Check if version of Feather nugets referenced in SingleDynamicContent project is the same as the version that you have in your project. It they are different make sure to upgrade the SingleDynamicContent project to your version.
4. Build SingleDynamicContent project.
5. Reference the SingleDynamicContent.dll from your Sitefinity’s web application.
6. Build your Sitefinity web application.
Expand Down

0 comments on commit f9fb511

Please sign in to comment.