Skip to content

Commit 8d7ebdd

Browse files
save
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent 6f99ffa commit 8d7ebdd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Echo/
166166

167167
## Getting Started 🚀
168168

169-
### Installation
169+
### Installation 📥
170170

171171
To add `Echo` to your project, add the following to your `Cargo.toml`:
172172

@@ -183,7 +183,7 @@ Echo = { git = "https://github.com/CodeEditorLand/Echo.git", branch = "Current"
183183
- `log = "*"`
184184
- `num_cpus = "*"`
185185

186-
### Usage
186+
### Usage 🚀
187187

188188
`Echo` is designed to be integrated into an application's main entry point and
189189
used throughout the application, often via a shared context or runtime.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@codeeditorland/common": "0.0.6"
2929
},
3030
"devDependencies": {
31-
"@cloudflare/workers-types": "4.20260305.0",
31+
"@cloudflare/workers-types": "4.20260317.1",
3232
"@playform/build": "0.3.0",
3333
"@types/dotenv": "8.2.3",
34-
"miniflare": "4.20260305.0",
35-
"wrangler": "4.69.0"
34+
"miniflare": "4.20260317.1",
35+
"wrangler": "4.76.0"
3636
},
3737
"publishConfig": {
3838
"access": "public",

0 commit comments

Comments
 (0)