Skip to content

Commit 678ea11

Browse files
committed
fixed two typos
1 parent 7b2e804 commit 678ea11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ dependencies {
3131
}
3232
```
3333

34-
Please note that pd-for-android depends on the vanilla version of Pure Data. Currently this is Pure Data vanilla version 0.46-7. You can get desktop ditributions of it here:
34+
Please note that pd-for-android depends on the vanilla version of Pure Data. Currently this is Pure Data vanilla version 0.46-7. You can get desktop distributions of it here:
3535
http://msp.ucsd.edu/software.html
3636

37-
If you're building the patch for your app using the extended distribution of Pure Data, or any other distribution that is not vanilla, you should be careful not to use PD objects that are not part of the vanilla distribution, because these will not work with libpd out of the box. It is however possible to add PD externals to your pd-for-android app. For a simple example as to how this could be done see the PdTest app in this repository, specifically [the jni folder](https://github.com/libpd/pd-for-android/tree/master/PdTest/jni) and the [build.gradle](https://github.com/libpd/pd-for-android/tree/master/PdTest/build.gradle) file. If you take this path, you'll need to clone this repository and use it as the base folder for your app, similarly to the way described in the following section on creating an .aar file.
37+
If you're building the patch for your app using the extended distribution of Pure Data, or any other distribution that is not vanilla, you should be careful not to use PD objects that are not part of the vanilla distribution, because these will not work with libpd out of the box. It is however possible to add PD externals to your pd-for-android app. For a simple example as to how this could be done see the PdTest app in this repository, specifically [the jni folder](https://github.com/libpd/pd-for-android/tree/master/PdTest/jni) and the [build.gradle](https://github.com/libpd/pd-for-android/tree/master/PdTest/build.gradle) file. If you take this path, you'll need to clone this repository and use it as the base folder for your app, similar to the way described in the following section on creating an .aar file.
3838

3939
## How to create an .aar file of pd-for-android
4040

0 commit comments

Comments
 (0)