Skip to content

Commit 798a157

Browse files
committed
Update README.md
1 parent cb55c1c commit 798a157

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pglet client for .NET - quickly build interactive web apps in C#, F# or VB.NET
1+
# Pglet for .NET - quickly build interactive web apps in C#, F# or VB.NET
22

33
[Pglet](https://pglet.io) is a rich User Interface (UI) framework to quickly build interactive web apps in .NET without prior knowledge of web technologies like HTTP, HTML, CSS or JavaSscript. You build UI with [controls](https://pglet.io/docs/reference/controls) which use [Fluent UI React](https://developer.microsoft.com/en-us/fluentui#/controls/web) to ensure your programs look cool and professional.
44

@@ -7,15 +7,7 @@
77
* .NET Framework 4.6.1 or above
88
* .NET Core 5 or above on Windows, Linux or macOS
99

10-
## Installation
11-
12-
Add `pglet` package to your project:
13-
14-
```
15-
dotnet add package Pglet
16-
```
17-
18-
## Hello, world!
10+
## Getting started
1911

2012
Create a new console application:
2113

0 commit comments

Comments
 (0)