Skip to content

Commit

Permalink
docs and examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
KirstenAli committed Dec 27, 2024
1 parent 3c9bf28 commit d9105cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ You can explore the complete Java documentation for the Ra framework [here](http

# Examples

This tutorial demonstrates various REST API endpoints using the **Ra** framework. Each endpoint showcases a specific HTTP method and use case, including GET, POST, PUT, PATCH, DELETE, uploading, and serving static files. Let’s use a `Person` as an example.
This tutorial provides an overview of REST API endpoints using the Ra framework. It demonstrates various HTTP methods such as GET, POST, PUT, DELETE, as well as handling file uploads and serving static files. For illustration, we'll use a Person object as an example.

---

Expand Down

0 comments on commit d9105cf

Please sign in to comment.