Skip to content

Commit d41d178

Browse files
Ivan KiralIvan Kiral
authored andcommitted
update readme
1 parent 12a11be commit d41d178

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To run the app:
1414
1. Clone the app repository
1515
2. Run `npm install && npm run build` in the `DancingGoat` directory to build CSS files for the project ([node.js](https://nodejs.org/) must be installed before running this command)
1616
3. Open the `DancingGoat.sln` solution file and run the app
17-
4. Follow the setup wizard to setup your project or, alternatively, adjust the `\DancingGoat\appsettings.json` file:
17+
4. Follow the setup wizard to setup your project or adjust the `\DancingGoat\appsettings.json` file:
1818

1919
```jsonc
2020
{
@@ -25,6 +25,7 @@ To run the app:
2525
// ...
2626
}
2727
```
28+
2829
> Follow the [step-by-step tutorial](https://kontent.ai/learn/tutorials/develop-apps/get-started/run-sample-app?tech=dotnet) for even more details.
2930
3031
## Features
@@ -71,8 +72,8 @@ You can adjust the behaviour in the `appsettings.json` file.
7172

7273
### Localized routing
7374

74-
The app demonstrates the usage of language prefixes (e.g. `/en-US/articles`) for localizing URLs for SEO purposes. Each language is identified by its codename, in case of this project it is `en-US` and `es-ES`.
75-
The used language is obtained from the URL in the `/DancingGoat/Infrastructure/RouteRequestCultureProvider` and set as a culture of the app.
75+
The app demonstrates the usage of language prefixes (e.g. `/en-US/articles`) for localizing URLs for SEO purposes. Each language is identified by its codename, in case of this project, it is `en-US` and `es-ES`.
76+
The used language is obtained from the URL via `/DancingGoat/Infrastructure/RouteRequestCultureProvider` and set as the culture of the app.
7677
## Get involved
7778

7879
Check out the [contributing](CONTRIBUTING.md) page to see the best places to file issues, start discussions, and begin contributing.

0 commit comments

Comments
 (0)