diff options
author | Jonathan Aillet <36043315+jonathan-aillet-iotbzh@users.noreply.github.com> | 2018-06-04 16:20:44 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:52:33 +0200 |
commit | f90ddc883cf7ac1096bb89a320fae272abbb6c3b (patch) | |
tree | 58253df8931c5a6cfc4f07c95f0dae69f11af1a7 | |
parent | 249617727566e04fdb859be21a69531a16b9764b (diff) |
Fix typo in README.md
Change-Id: I90f1da788d53c47049e983faf79689060ecc9a5e
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ Now, you can obtain streams information of your initialized internal hal: All the streams listed are available as a verb of the hal api using `name` field. You can also get the corresponding card id of the stream in `cardId` field. -The card id format of a stream is `hw:X,X,X` and can be used to play music. +The card id stream format is `hw:X,X,X` and can be used to play music. #### Play some music into a stream |