Skip to content

Commit

Permalink
Minor fixing in GEM_PATH section
Browse files Browse the repository at this point in the history
Related with issue #293 I have modified the GEM_PATH section to not confuse users with OSGI approach.
  • Loading branch information
lordofthejars committed May 6, 2015
1 parent b2fcdbf commit df2e87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ To get this instance you can use `org.asciidoctor.internal.JRubyRuntimeContext.g
== GEM_PATH

By default, AsciidoctorJ comes with all required gems bundled within the jar.
But in some circumstances like OSGi environments you may require to store gems in an external folder and be loaded by AsciidoctorJ.
In certain circumstances, you may want to load gems from an external folder.
To accomplish this scenario, `create` method provides a parameter to set folder where gems are present.
Internally, AsciidoctorJ will set `GEM_PATH` environment variable to given path.

Expand Down

0 comments on commit df2e87f

Please sign in to comment.