diff --git a/README.md b/README.md index a9f03f3..5ec1b1e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Coralogix Opentelemetry ## Flows With Express -To use coralogix flows with express you must use the `addExpressApp` +To use coralogix flows with express you must use the `setExpressApp` function to make sure that the `coralogix sampler` understands your routes and endpoints. diff --git a/package.json b/package.json index 17de5c8..cf52bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coralogix/opentelemetry", - "version": "0.1.2", + "version": "0.1.3", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",