Skip to content

Commit 5b97a66

Browse files
authored
Update README.md
1 parent 6ec3ff6 commit 5b97a66

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -126,26 +126,11 @@ Uppercase: ALICE, Length: 5
126126

127127
---
128128

129-
### Example 4: If Conditionals (`if`)
129+
## 💡 More Examples & Documentation
130130

131-
```csharp
132-
FileContents = @"
133-
{{ if Age >= 18 }}
134-
Adult
135-
{{ else }}
136-
Minor
137-
{{ end }}"
138-
```
139-
Outputs:
140-
141-
```
142-
Adult
143-
```
144-
145-
---
146-
Explore more usage examples and edge cases in the test project:
131+
Explore more usage examples and edge cases in the Wiki Page:
147132

148-
📁 [`ObjectSemantics.NET.Tests`](./ObjectSemantics.NET.Tests)
133+
📁 [`Wiki Page`](https://github.com/swagfin/ObjectSemantics.NET/wiki/%F0%9F%9B%A0-Usage-Guide)
149134

150135
---
151136

0 commit comments

Comments
 (0)