We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec3ff6 commit 5b97a66Copy full SHA for 5b97a66
1 file changed
README.md
@@ -126,26 +126,11 @@ Uppercase: ALICE, Length: 5
126
127
---
128
129
-### Example 4: If Conditionals (`if`)
+## 💡 More Examples & Documentation
130
131
-```csharp
132
-FileContents = @"
133
-{{ if Age >= 18 }}
134
-Adult
135
-{{ else }}
136
-Minor
137
-{{ end }}"
138
-```
139
-Outputs:
140
-
141
142
143
144
145
----
146
-Explore more usage examples and edge cases in the test project:
+Explore more usage examples and edge cases in the Wiki Page:
147
148
-📁 [`ObjectSemantics.NET.Tests`](./ObjectSemantics.NET.Tests)
+📁 [`Wiki Page`](https://github.com/swagfin/ObjectSemantics.NET/wiki/%F0%9F%9B%A0-Usage-Guide)
149
150
151
0 commit comments