Skip to content

Commit b12d287

Browse files
committed
chore: Update wording
1 parent 531b002 commit b12d287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ handling logic.
9898
)
9999

100100
func main() {
101-
// Normally, you should start the local development server from the command
102-
// line, but certain IDE's like Intellij and VSCode support directly running
103-
// go applications from the IDE. In these cases, the function won't be recognized.
101+
// The local development server is normally started from the command line, but
102+
// certain IDE's support directly running go applications from the IDE. In these
103+
// cases, the function won't be recognized.
104104
//
105105
// To resolve, set the "FUNCTION_TARGET" env variable directly to ensure the
106106
// function is registered for the local server.

0 commit comments

Comments
 (0)