Merge pull request #52 from Mandroide/highlight-sample

Add Python highlighting to README.md
master
Thomas Bouve 2021-06-23 17:57:15 +02:00 zatwierdzone przez GitHub
commit f313a73cc3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ To emphasize the risk of overwriting existing files, the selected filepath is di
## Usage
```
```python
from ipyfilechooser import FileChooser
# Create and display a FileChooser widget
@ -58,7 +58,7 @@ fc.register_callback(change_title)
## Functions and properties
```
```python
fc.reset()
fc.refresh()
fc.register_callback(function_name)