Skip to content

Commit 3f7835d

Browse files
authored
Fix typo in README
1 parent 48332aa commit 3f7835d

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
@@ -57,7 +57,7 @@ Please check the previous link in this paragraph for the supported properties.
5757
The `run-standalone` target in the [`examples/org.eclipse.epsilon.emc.magicdraw.examples.etl/build.xml`](examples/org.eclipse.epsilon.emc.magicdraw.examples.etl/build.xml) also shows how to use the driver when the Ant workflow is not running from Eclipse's JRE.
5858

5959
It will require the driver, the Epsilon Ant tasks, and their dependencies to be in the classpath, and you will need to specifically mention the Java class of the driver in the `impl` attribute of the `epsilon.loadModel` task.
60-
One easy way to populate the classpath (especially when running from inside corporate firewalls) is to download the `org.eclipse.epsilon.emc.*.antidst*-ant.zip` file in the latest release, unzip it, and then ask Ant to load all its `.jar` files into its classpath during execution:
60+
One easy way to populate the classpath (especially when running from inside corporate firewalls) is to download the `org.eclipse.epsilon.emc.*.antdist*-ant.zip` file in the latest release, unzip it, and then ask Ant to load all its `.jar` files into its classpath during execution:
6161

6262
```shell
6363
ant -lib path/to/antdist/lib run-standalone

0 commit comments

Comments
 (0)