Skip to content

Commit eba010b

Browse files
committed
Fix readme syntax for <>
1 parent 5fdc911 commit eba010b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Follow these instructions to install it, based on RayRacine's code at github.com
55
1. Create an account on OpenShift.
66
1. Use their console to create an application, say named "test".
77
* The console shows you that you have a git repo, and a URL for your app.
8-
* e.g., git clone ssh://\<long number here>@test-<namespace>.rhcloud.com/~/git/test.git/
9-
* and http://test-<namespace>.rhcloud.com
8+
* e.g., git clone ssh://\<long number here>@test-\<namespace>.rhcloud.com/~/git/test.git/
9+
* and http://test-\<namespace>.rhcloud.com
1010
1. Clone your OpenShift repo on your laptop or whatever in say /code
1111
* cd /code
1212
* git clone ssh://\<long number here>@test-<namespace>.rhcloud.com/~/git/test.git/

0 commit comments

Comments
 (0)