Skip to content

Commit

Permalink
Merge pull request #137 from fauna/beta-readme-2
Browse files Browse the repository at this point in the history
Indicate beta in the driver readme
  • Loading branch information
findgriffin authored Sep 11, 2024
2 parents f649d72 + 58d2333 commit 1d1cab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Official JVM Driver for [Fauna](https://fauna.com) (alpha)
# The Official JVM Driver for [Fauna](https://fauna.com) (beta)

> [!CAUTION]
> This driver is currently in alpha and should not be used in production.
> This driver is currently in beta and should not be used in production.
The Fauna JVM driver is a lightweight, open-source wrapper for Fauna's [HTTP
API](https://docs.fauna.com/fauna/current/reference/http/reference/). You can
Expand Down Expand Up @@ -95,7 +95,7 @@ public class App {

public String description;

public double price;
public Integer price;
}

public static void main(String[] args) {
Expand Down

0 comments on commit 1d1cab7

Please sign in to comment.