Skip to content

Commit 5e41d0d

Browse files
authored
[rust] fix readme (#1327)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent f57d2da commit 5e41d0d

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

rust/axum/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ https://rust-axum.vercel.app
3333
- `Cargo.toml` - Rust dependencies and binary configuration
3434
- `vercel.json` - Vercel deployment configuration
3535

36-
## Deploy
37-
38-
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
39-
40-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/rust/axum&project-name=rust-axum&repository-name=rust-axum)
41-
4236
## Development
4337

4438
Clone the repository:

rust/hello-world/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@ https://rust-hello-world.vercel.app
3232
- `api/slower-bench` - Performance benchmark
3333
- `Cargo.toml` - Rust dependencies and multiple binary configurations
3434

35-
## Deploy
36-
37-
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
38-
39-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/rust/hello-world&project-name=rust-hello-world&repository-name=rust-hello-world)
40-
41-
### Development
35+
## Development
4236

4337
Clone the repository:
4438

0 commit comments

Comments
 (0)