Skip to content

Commit a8776b9

Browse files
Fixed broken readme, make the gif faster.
1 parent 2c48036 commit a8776b9

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
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.3.0</Version>
10+
<Version>3.3.1</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: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# ⚡️ Better Input for C# with `buffer`
22

3-
<div align="center">
4-
<img src="https://raw.githubusercontent.com/pradosh-arduino/buffer/ac911024b63e8a7f5b245be591859991fe23aec4/buffer.gif" alt="Buffer package in action" style="width: 80%; height: auto;" />
5-
</div>
3+
![Buffer package in action](https://raw.githubusercontent.com/pradosh-arduino/buffer/ac911024b63e8a7f5b245be591859991fe23aec4/buffer.gif)
64

75
[![NuGet Downloads](https://img.shields.io/nuget/dt/buffer?style=flat-square&logo=nuget&logoColor=ffffff&logoSize=auto&label=Downloads&labelColor=323ca8&color=545454)](https://www.nuget.org/stats/packages/buffer?groupby=Version)
86
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/pradosh-arduino/buffer/dotnet.yml?style=flat-square&logo=github&logoColor=ffffff&logoSize=auto&label=Build)](https://github.com/pradosh-arduino/buffer/actions/workflows/dotnet.yml)
@@ -92,9 +90,7 @@ InputBuffer.ClearBuffer();
9290
```
9391

9492
### Here is a demo of Limited Buffer Size of 10 characters
95-
<div align="center">
96-
<img src="https://raw.githubusercontent.com/pradosh-arduino/buffer/main/buffer-limit.gif" alt="buffer-limit" style="width: 70%; height: auto;" />
97-
</div>
93+
![buffer-limit](https://raw.githubusercontent.com/pradosh-arduino/buffer/main/buffer-limit.gif)
9894

9995
### 🧩 Syntax Highlighting in Real-time
10096
```cpp
@@ -132,9 +128,7 @@ while(true){
132128
```
133129

134130
#### Demo of Syntax Highlighting
135-
<div align="center">
136-
<img src="https://raw.githubusercontent.com/pradosh-arduino/buffer/main/syntax-highlights.gif" alt="Syntax Highlighting Demo" style="width: 70%; height: auto;" />
137-
</div>
131+
![Syntax Highlighting Demo](https://raw.githubusercontent.com/pradosh-arduino/buffer/main/syntax-highlights.gif)
138132

139133
### 🚀 Using its maximum potential
140134

syntax-highlights.gif

-2.15 KB
Loading

0 commit comments

Comments
 (0)