Skip to content

Commit d36d14b

Browse files
updates
1 parent a002720 commit d36d14b

File tree

1 file changed

+3
-3
lines changed
  • application-development/cloud-native/oci-queue

1 file changed

+3
-3
lines changed

application-development/cloud-native/oci-queue/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Create Queue and copy the Queue OCID and Enpoint:
4747

4848
<p>
4949
When using another <code>region</code> than <code>EU_FRANKFURT_1</code> please modify the
50-
<a href="index.js#L10">
51-
<code>index.js</code></a> Line #10 accordingly:
50+
<a href="index.js#L48">
51+
<code>index.js</code></a> Line #48 accordingly:
5252

5353
<pre>
5454
const region = common.Region.EU_FRANKFURT_1;
@@ -92,7 +92,7 @@ This example will poll for messages in the queue and finally writes a new messag
9292

9393
### Running locally
9494

95-
Clone this repo, setup npm and <code>oci cli</code> and modify <a href="index.js#L8">index.js</a> line 8 by uncommenting it and removing/commenting lines 10-18 and replace lines 21-22
95+
Clone this repo, setup npm and <code>oci cli</code> and modify <a href="index.js#L46">index.js</a> line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
9696
with Queue details :
9797

9898
<pre>

0 commit comments

Comments
 (0)