Skip to content

Commit e224367

Browse files
Updated the version and readme to include the Syntax Highlighting.
1 parent 6baf9b2 commit e224367

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

buffer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>3.1.1</Version>
10+
<Version>3.2.0</Version>
1111
<Authors>Pradosh (helloImPR)</Authors>
1212
<Description>A fast, completely controllable input method solution for C#.</Description>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ InputBuffer.ClearBuffer();
9090
```
9191

9292
### Here is a demo of Limited Buffer Size of 10 characters
93-
![buffer-limit](https://github.com/user-attachments/assets/3f459e05-65dc-4ce7-8f8a-20c09f660702)
93+
![buffer-limit](https://raw.githubusercontent.com/pradosh-arduino/buffer/main/buffer-limit.gif)
9494

9595
### 🧩 Syntax Highlighting in Real-time
9696
```cpp
@@ -119,8 +119,7 @@ while(true){
119119
```
120120

121121
#### Demo of Syntax Highlighting
122-
123-
122+
![Syntax Highlighting Demo](https://raw.githubusercontent.com/pradosh-arduino/buffer/main/syntax-highlights.gif)
124123

125124
### 🚀 Using its maximum potential
126125

0 commit comments

Comments
 (0)