Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed May 20, 2024
1 parent cb16191 commit 02076e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ A cross-platform C# editor and playground.
[![build](https://github.com/tareqimbasher/NetPad/actions/workflows/build.yml/badge.svg)](https://github.com/tareqimbasher/NetPad/actions/workflows/build.yml)
[![CodeQL](https://github.com/tareqimbasher/NetPad/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/tareqimbasher/NetPad/actions/workflows/codeql-analysis.yml)

| Dark | Light |
|:-------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|
| ![](https://github.com/tareqimbasher/netpad/blob/main/docs/images/preview-main-dark.png?raw=true) | ![](https://github.com/tareqimbasher/netpad/blob/main/docs/images/preview-main-light.png?raw=true) |
![](https://github.com/tareqimbasher/netpad/blob/main/docs/images/preview.png?raw=true)

## Motivation

~~~~
We love LINQPad, but we also miss its tremendous utility when not working on Windows. This
is an effort to develop an open-source, web-enabled, cross-platform alternative.
Expand All @@ -32,7 +30,7 @@ As soon as you open NetPad you'll be presented with the editor right away. Write
## Requirements
The following must be be installed to use NetPad:
The following must be installed to use NetPad:
* [.NET SDK](https://dotnet.microsoft.com/en-us/download) (v6 or greater)
Expand Down Expand Up @@ -97,6 +95,7 @@ See the [Troubleshooting](https://github.com/tareqimbasher/NetPad/wiki/Troublesh
* Run SQL queries
* Add NuGet packages
* Reference assemblies from disk
* User-defined results styling
* Monaco Editor & OmniSharp offer an editor experience similar to Visual Studio Code:
* Code Completion (Intellisense)
* Semantic Highlighting
Expand Down Expand Up @@ -127,7 +126,6 @@ See the [Troubleshooting](https://github.com/tareqimbasher/NetPad/wiki/Troublesh
* Ability to run a script from the command-line
* Git tracking of script changes
* Quality of Life:
* User-defined results styling
* Workspaces/Sessions
* Plugins & Theming
Expand Down
Binary file removed docs/images/preview-main-dark.png
Binary file not shown.
Binary file removed docs/images/preview-main-light.png
Binary file not shown.
Binary file added docs/images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02076e4

Please sign in to comment.