Skip to content

Commit

Permalink
Minor Updates to Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adriannasui committed Apr 19, 2020
1 parent 6a3b242 commit ab677ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -7,18 +7,19 @@
[![NuGet](https://img.shields.io/nuget/v/NetCore2Blockly.svg)](https://www.nuget.org/packages/NetCore2Blockly)

# What it does
It generate Blockly blocks for each of your controller actions.
NETCoreBlockly generates [Blockly](https://developers.google.com/blockly) blocks for each of your controller actions.


Demo at https://netcoreblockly.herokuapp.com/blockly.html

# How to install in a .NET Core 3.1 WebAPI / MVC
# How to install NETCoreBlockly in a .NET Core 3.1 WebAPI / MVC application

## Step 1:
Install https://www.nuget.org/packages/NetCore2Blockly/ , Install-Package NetCore2Blockly
Install https://www.nuget.org/packages/NetCore2Blockly/ by running the following command in the Package Manager Console:
> Install-Package NetCore2Blockly
## Step 2:
Modify Startup.cs , add
Modify Startup.cs by adding
```csharp
public void ConfigureServices(IServiceCollection services)
{
Expand All @@ -41,4 +42,4 @@ and put all contents in a wwwroot in the root of your site
## Step 4:
Run the application and browse to /blockly.html

That's all!
That's all!

0 comments on commit ab677ac

Please sign in to comment.