Skip to content

Commit 7b0c808

Browse files
committed
Fix code block formatting in installation instructions for ZPM/IPM
1 parent 19132db commit 7b0c808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install zpm :
3434

3535
```objectscript
3636
set r = ##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/0.9.0/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
37-
````
37+
```
3838

3939
Then install the package:
4040

0 commit comments

Comments
 (0)