Skip to content

Commit cb6f1c6

Browse files
authored
Update README.md
1 parent 36cc887 commit cb6f1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Ensemble adapter for RabbitMQ
1616
Set gateway = ##class(%Net.Remote.Gateway).%New()
1717
Set sc = gateway.%Connect("localhost", PORT, $Namespace, 2, classPath)
1818
Set sc = gateway.%Import(class)
19-
Write ##class(%Dictionary.CompiledClass).%ExistsId(class)```
19+
Write ##class(%Dictionary.CompiledClass).%ExistsId(class)
2020
6. In the namespace `isc.rabbitmq.API` class should be present and compiled.
2121
7. Import this project and compile.
2222
8. For samples refer to the test production `RabbitMQ.Production`.

0 commit comments

Comments
 (0)