Skip to content

Commit a742353

Browse files
author
chadcarlson
committed
fix README typo
1 parent 94bf86b commit a742353

2 files changed

Lines changed: 147 additions & 1 deletion

File tree

.idea/workspace.xml

Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ config.registerFormatter("my_service", formatMyService);
136136

137137
// Then call this method to get the formatted version
138138

139-
formatted = config.FormattedCredentials("database", "my_service");
139+
formatted = config.formattedCredentials("database", "my_service");
140140
```
141141
142142
The first parameter is the name of a relationship defined in `.platform.app.yaml`. The second is a formatter that was previously registered with `registerFormatter()`. If either the service or formatter is missing an exception will be thrown. The type of `formatted` will depend on the formatter function and can be safely passed directly to the client library.

0 commit comments

Comments
 (0)