Skip to content

Commit f3a3697

Browse files
committed
Update README to explain the current scope.
1 parent 3af4069 commit f3a3697

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Functions Framework API for Java 8
2-
Definitions of types used in function signatures in Functions Framework for Java 8.
1+
# Functions Framework API for Java
32

4-
* `com.google.cloud.functions.Context` - optional second argument of a background function.
3+
**This is a placeholder for the Functions Framework for Java. Stay tuned for
4+
updates.**
5+
6+
For now, it only includes definitions of types used in Java function signatures.
7+
8+
* `com.google.cloud.functions.Context` - optional second argument of a
9+
background function.

0 commit comments

Comments
 (0)