From 88a7bda9d101401699d6c8cc73d3e7aad971f0c4 Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 23 Sep 2020 22:30:34 +0200 Subject: Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b41dd96..b8911e3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A library to programatically identify and fill out PDF forms ## Example Code -* Read a PDF and discover the form fields -``` +### Read a PDF and discover the form fields +```rust extern crate pdf_form; use pdf_form::{Form, FieldType}; @@ -17,8 +17,9 @@ for type in field_types { }; ``` -* Write to the form fields -``` + +### Write to the form fields +```rust extern crate pdf_form; use pdf_form::{Form, FieldState}; -- cgit v1.2.3