We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e1836 commit dae9d7aCopy full SHA for dae9d7a
README.md
@@ -49,7 +49,7 @@ Install via [nuget](https://www.nuget.org/packages/ahd.Graphite).
49
50
## Known Issues
51
52
-Please be aware that this library might include functions which are not yet stable or miss functions from the latest stable release. To work around unsupported features you can always call .ToString() and use the inappropriately named function `GraphitePath.Parse()`.
+Please be aware that this library might include functions which are not yet stable or miss functions from the latest stable release. To work around unsupported features you can always call .ToString() and use the inappropriately named function `GraphitePath.Parse()`. Depending on your build configuration you may also use the obsolete method `.Function("functionName", params)`.
53
54
## Contributing
55
0 commit comments