Skip to content

Commit

Permalink
[service-bus] Rather than using a variable that doesn't exist let's j…
Browse files Browse the repository at this point in the history
…ust use the same "<connectionString>" convention we used for the adminclient (Azure#13428)

Fix readme to just use '<connectionString>' rather than referencing a variable that doesn't exist.

Fixes Azure#13393
  • Loading branch information
richardpark-msft authored Jan 28, 2021
1 parent 6fdc40b commit a9245b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ the connection string from the Azure portal.
```javascript
const { ServiceBusClient } = require("@azure/service-bus");

const serviceBusClient = new ServiceBusClient(connectionString);
const serviceBusClient = new ServiceBusClient("<connectionString>");
```

More information about this constructor is available in the [API documentation][sbclient_constructor].
Expand Down

0 comments on commit a9245b7

Please sign in to comment.