Skip to content

Commit

Permalink
Change quotes to ticks so the <alternatives> tag renders correctly in…
Browse files Browse the repository at this point in the history
… the cdi-alternatives README.html file
  • Loading branch information
sgilda committed Apr 11, 2014
1 parent 37a7630 commit 9427b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cdi-alternative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ The application will be running at the following URL: <http://localhost:8080/jbo

You can specify alternative versions of the bean in the WEB-INF/beans.xml file by doing one of the following:

1. you can remove the '<alternatives>' tag
2. you can change the class name.
1. You can remove the `<alternatives>` tag
2. You can change the class name.

In this quickstart, in order to switch back to the default implementation,
comment the '<alternatives>' block in the WEB-INF/beans.xml file and redeploy the quickstart.
comment the `<alternatives>` block in the WEB-INF/beans.xml file and redeploy the quickstart.

Undeploy the Archive
--------------------
Expand Down

0 comments on commit 9427b7f

Please sign in to comment.