Skip to content

Commit 05cb543

Browse files
committed
small improvements in README
1 parent f351d24 commit 05cb543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following features are supported:
3232
* constants defined with ``.set``
3333
* constants defined with ``#define``
3434
* expressions in assembly code and constant definitions
35-
* RTC convenience macros (e.g. WRITE_RTC_REG)
35+
* RTC convenience macros (e.g. ``WRITE_RTC_REG``)
3636
* many ESP32 ULP code examples found on the web will work unmodified
3737

3838

@@ -52,7 +52,7 @@ To get going run the following directly on the ESP32:
5252
# First, upload examples/counter.py to the ESP32.
5353
import counter
5454
55-
The `counter.py </examples/counter.py>`_ example shows how to assemble code, load
55+
The `examples/counter.py </examples/counter.py>`_ example shows how to assemble code, load
5656
and run the resulting binary and exchange data between the ULP and the main CPU.
5757

5858

0 commit comments

Comments
 (0)