Skip to content

Commit 07e80f5

Browse files
Update README.md
1 parent c21ea9a commit 07e80f5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
55
This repository contains a collection of comprehensive C# learning resources, cheatsheets, and references designed for developers at all skill levels. Whether you're a beginner learning the basics or an experienced developer looking for a quick reference, you'll find valuable resources here.
66

7+
## Live Preview
8+
9+
You can check a live preview at > [csharp-kit.constructg.com/](https://csharp-kit.constructg.com/)
10+
711
## Available Resources
812

913
| Resource | Description |
@@ -16,10 +20,10 @@ This repository contains a collection of comprehensive C# learning resources, ch
1620

1721
## How to Use These Resources
1822

19-
- **For beginners**: Start with the [C# Concise Reference](./docs/concise-reference.md) to get familiar with the core concepts.
20-
- **For quick lookups**: The [C# Ultimate Cheatsheet](./docs/ultimate-cheatsheet.md) is organized for easy reference.
21-
- **For visual learners**: Check out the [C# Mindmap](./docs/mindmap.html) to see how concepts relate to each other.
22-
- **For in-depth learning**: The [C# Comprehensive Reference](./docs/comprehensive-reference.md) provides detailed explanations of all features.
23+
- **For beginners**: Start with the [C# Concise Reference](https://csharp-kit.constructg.com/docs/concise-reference.md) to get familiar with the core concepts.
24+
- **For quick lookups**: The [C# Ultimate Cheatsheet](https://csharp-kit.constructg.com/docs/ultimate-cheatsheet.md) is organized for easy reference.
25+
- **For visual learners**: Check out the [C# Mindmap](https://csharp-kit.constructg.com/docs/mindmap.html) to see how concepts relate to each other.
26+
- **For in-depth learning**: The [C# Comprehensive Reference](https://csharp-kit.constructg.com/docs/comprehensive-reference.md) provides detailed explanations of all features.
2327

2428
## Repository Structure
2529

0 commit comments

Comments
 (0)